Color spaces of #facabb
RGB | 250 | 202 | 187 |
---|---|---|---|
HSL | 0.04 | 0.86 | 0.86 |
HSV | 14° | 25° | 98° |
CMYK | 0.00 | 0.19 | 0.25 0.02 |
XYZ | 69.5145 | 66.1529 | 56.1187 |
Yxy | 66.1529 | 0.3625 | 0.3449 |
Hunter Lab | 81.3344 | 10.2242 | 16.0255 |
CIE-Lab | 85.0743 | 14.8218 | 13.9124 |
#facabb color RGB value is (250,202,187).
#facabb hex color red value is 250, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #facabb hue: 0.04 , saturation: 0.86 and the lightness value of facabb is 0.86.
The process color (four color CMYK) of #facabb color hex is 0.00, 0.19, 0.25, 0.02. Web safe color of #facabb is #ffcccc. Color #facabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001010 | 10111011 |
Octal | 372 | 312 | 273 |
Decimal | 250 | 202 | 187 |
Hex | FA | CA | BB |
Shades of #facabb
Tints of #facabb
RGB Percentages of Color #facabb
CMYK Percentages of Color #facabb
Complementary Color
#facabb | #bbebfa |
#facabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#facabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#facabb Color CSS Codes
.mybgcolor {background-color:#facabb; } .myforecolor {color:#facabb; } .mybordercolor {border:3px solid #facabb; }
#facabb Text Font Color
<p style="color:#facabb">Text here</p>
This sample text font color is #facabb
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.
#facabb Background Color
<div style="background-color:#facabb">
Div content here</div>
This div background color is #facabb
#facabb Border Color
<div style="border:3px solid #facabb">
Div here</div>
This div border color is #facabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,202,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #facabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #facabb; -webkit-box-shadow: 1px 1px 3px 2px #facabb; box-shadow: 1px 1px 3px 2px #facabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,202,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #facabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #facabb; -webkit-box-shadow: 1px 1px 3px 2px #facabb; box-shadow: 1px 1px 3px 2px #facabb;">
Div content here</div>
This div box has shadow with color #facabb
Comments
No comments written yet.
Please login to write comment.