Color spaces of #fabf8f
RGB | 250 | 191 | 143 |
---|---|---|---|
HSL | 0.07 | 0.91 | 0.77 |
HSV | 27° | 43° | 98° |
CMYK | 0.00 | 0.24 | 0.43 0.02 |
XYZ | 63.0131 | 59.5688 | 34.1634 |
Yxy | 59.5688 | 0.4020 | 0.3800 |
Hunter Lab | 77.1808 | 10.6671 | 27.7824 |
CIE-Lab | 81.6032 | 15.2773 | 32.3781 |
#fabf8f color RGB value is (250,191,143).
#fabf8f hex color red value is 250, green value is 191 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fabf8f hue: 0.07 , saturation: 0.91 and the lightness value of fabf8f is 0.77.
The process color (four color CMYK) of #fabf8f color hex is 0.00, 0.24, 0.43, 0.02. Web safe color of #fabf8f is #ffcc99. Color #fabf8f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111111 | 10001111 |
Octal | 372 | 277 | 217 |
Decimal | 250 | 191 | 143 |
Hex | FA | BF | 8F |
Shades of #fabf8f
Tints of #fabf8f
RGB Percentages of Color #fabf8f
CMYK Percentages of Color #fabf8f
Complementary Color
#fabf8f | #8fcafa |
#fabf8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabf8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabf8f Color CSS Codes
.mybgcolor {background-color:#fabf8f; } .myforecolor {color:#fabf8f; } .mybordercolor {border:3px solid #fabf8f; }
#fabf8f Text Font Color
<p style="color:#fabf8f">Text here</p>
This sample text font color is #fabf8f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fabf8f Background Color
<div style="background-color:#fabf8f">
Div content here</div>
This div background color is #fabf8f
#fabf8f Border Color
<div style="border:3px solid #fabf8f">
Div here</div>
This div border color is #fabf8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,191,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabf8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabf8f; -webkit-box-shadow: 1px 1px 3px 2px #fabf8f; box-shadow: 1px 1px 3px 2px #fabf8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,191,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabf8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabf8f; -webkit-box-shadow: 1px 1px 3px 2px #fabf8f; box-shadow: 1px 1px 3px 2px #fabf8f;">
Div content here</div>
This div box has shadow with color #fabf8f
Comments
No comments written yet.
Please login to write comment.