Color spaces of #fabfb9
RGB | 250 | 191 | 185 |
---|---|---|---|
HSL | 0.02 | 0.87 | 0.85 |
HSV | 6° | 26° | 98° |
CMYK | 0.00 | 0.24 | 0.26 0.02 |
XYZ | 66.8121 | 61.0884 | 54.1688 |
Yxy | 61.0884 | 0.3670 | 0.3355 |
Hunter Lab | 78.1591 | 15.8074 | 13.6199 |
CIE-Lab | 82.4262 | 20.3211 | 11.2258 |
#fabfb9 color RGB value is (250,191,185).
#fabfb9 hex color red value is 250, green value is 191 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fabfb9 hue: 0.02 , saturation: 0.87 and the lightness value of fabfb9 is 0.85.
The process color (four color CMYK) of #fabfb9 color hex is 0.00, 0.24, 0.26, 0.02. Web safe color of #fabfb9 is #ffcccc. Color #fabfb9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111111 | 10111001 |
Octal | 372 | 277 | 271 |
Decimal | 250 | 191 | 185 |
Hex | FA | BF | B9 |
Shades of #fabfb9
Tints of #fabfb9
RGB Percentages of Color #fabfb9
CMYK Percentages of Color #fabfb9
Complementary Color
#fabfb9 | #b9f4fa |
#fabfb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabfb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabfb9 Color CSS Codes
.mybgcolor {background-color:#fabfb9; } .myforecolor {color:#fabfb9; } .mybordercolor {border:3px solid #fabfb9; }
#fabfb9 Text Font Color
<p style="color:#fabfb9">Text here</p>
This sample text font color is #fabfb9
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.
#fabfb9 Background Color
<div style="background-color:#fabfb9">
Div content here</div>
This div background color is #fabfb9
#fabfb9 Border Color
<div style="border:3px solid #fabfb9">
Div here</div>
This div border color is #fabfb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,191,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabfb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabfb9; -webkit-box-shadow: 1px 1px 3px 2px #fabfb9; box-shadow: 1px 1px 3px 2px #fabfb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,191,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabfb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabfb9; -webkit-box-shadow: 1px 1px 3px 2px #fabfb9; box-shadow: 1px 1px 3px 2px #fabfb9;">
Div content here</div>
This div box has shadow with color #fabfb9
Comments
No comments written yet.
Please login to write comment.