Color spaces of #fcfba0
RGB | 252 | 251 | 160 |
---|---|---|---|
HSL | 0.16 | 0.94 | 0.81 |
HSV | 59° | 37° | 99° |
CMYK | 0.00 | 0.00 | 0.37 0.01 |
XYZ | 80.9872 | 92.2279 | 46.7910 |
Yxy | 92.2279 | 0.3681 | 0.4192 |
Hunter Lab | 96.0354 | -17.5317 | 38.3371 |
CIE-Lab | 96.9134 | -12.6764 | 43.7522 |
#fcfba0 color RGB value is (252,251,160).
#fcfba0 hex color red value is 252, green value is 251 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fcfba0 hue: 0.16 , saturation: 0.94 and the lightness value of fcfba0 is 0.81.
The process color (four color CMYK) of #fcfba0 color hex is 0.00, 0.00, 0.37, 0.01. Web safe color of #fcfba0 is #ffff99. Color #fcfba0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111011 | 10100000 |
Octal | 374 | 373 | 240 |
Decimal | 252 | 251 | 160 |
Hex | FC | FB | A0 |
Shades of #fcfba0
Tints of #fcfba0
RGB Percentages of Color #fcfba0
CMYK Percentages of Color #fcfba0
Complementary Color
#fcfba0 | #a0a1fc |
#fcfba0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfba0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfba0 Color CSS Codes
.mybgcolor {background-color:#fcfba0; } .myforecolor {color:#fcfba0; } .mybordercolor {border:3px solid #fcfba0; }
#fcfba0 Text Font Color
<p style="color:#fcfba0">Text here</p>
This sample text font color is #fcfba0
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.
#fcfba0 Background Color
<div style="background-color:#fcfba0">
Div content here</div>
This div background color is #fcfba0
#fcfba0 Border Color
<div style="border:3px solid #fcfba0">
Div here</div>
This div border color is #fcfba0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,251,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfba0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfba0; -webkit-box-shadow: 1px 1px 3px 2px #fcfba0; box-shadow: 1px 1px 3px 2px #fcfba0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,251,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcfba0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfba0; -webkit-box-shadow: 1px 1px 3px 2px #fcfba0; box-shadow: 1px 1px 3px 2px #fcfba0;">
Div content here</div>
This div box has shadow with color #fcfba0
Comments
No comments written yet.
Please login to write comment.