Color spaces of #fcfabb
RGB | 252 | 250 | 187 |
---|---|---|---|
HSL | 0.16 | 0.92 | 0.86 |
HSV | 58° | 26° | 99° |
CMYK | 0.00 | 0.01 | 0.26 0.01 |
XYZ | 83.3001 | 92.6545 | 60.5074 |
Yxy | 92.6545 | 0.3523 | 0.3918 |
Hunter Lab | 96.2572 | -13.9779 | 30.1103 |
CIE-Lab | 97.0872 | -8.9554 | 30.5486 |
#fcfabb color RGB value is (252,250,187).
#fcfabb hex color red value is 252, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcfabb hue: 0.16 , saturation: 0.92 and the lightness value of fcfabb is 0.86.
The process color (four color CMYK) of #fcfabb color hex is 0.00, 0.01, 0.26, 0.01. Web safe color of #fcfabb is #ffffcc. Color #fcfabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111010 | 10111011 |
Octal | 374 | 372 | 273 |
Decimal | 252 | 250 | 187 |
Hex | FC | FA | BB |
Shades of #fcfabb
Tints of #fcfabb
RGB Percentages of Color #fcfabb
CMYK Percentages of Color #fcfabb
Complementary Color
#fcfabb | #bbbdfc |
#fcfabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfabb Color CSS Codes
.mybgcolor {background-color:#fcfabb; } .myforecolor {color:#fcfabb; } .mybordercolor {border:3px solid #fcfabb; }
#fcfabb Text Font Color
<p style="color:#fcfabb">Text here</p>
This sample text font color is #fcfabb
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.
#fcfabb Background Color
<div style="background-color:#fcfabb">
Div content here</div>
This div background color is #fcfabb
#fcfabb Border Color
<div style="border:3px solid #fcfabb">
Div here</div>
This div border color is #fcfabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,250,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfabb; -webkit-box-shadow: 1px 1px 3px 2px #fcfabb; box-shadow: 1px 1px 3px 2px #fcfabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,250,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 #fcfabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfabb; -webkit-box-shadow: 1px 1px 3px 2px #fcfabb; box-shadow: 1px 1px 3px 2px #fcfabb;">
Div content here</div>
This div box has shadow with color #fcfabb
Comments
No comments written yet.
Please login to write comment.