Color spaces of #fcf88f
RGB | 252 | 248 | 143 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.77 |
HSV | 58° | 43° | 99° |
CMYK | 0.00 | 0.02 | 0.43 0.01 |
XYZ | 78.6702 | 89.8134 | 39.1760 |
Yxy | 89.8134 | 0.3788 | 0.4325 |
Hunter Lab | 94.7699 | -17.6714 | 41.8296 |
CIE-Lab | 95.9193 | -12.9559 | 50.7151 |
#fcf88f color RGB value is (252,248,143).
#fcf88f hex color red value is 252, green value is 248 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fcf88f hue: 0.16 , saturation: 0.95 and the lightness value of fcf88f is 0.77.
The process color (four color CMYK) of #fcf88f color hex is 0.00, 0.02, 0.43, 0.01. Web safe color of #fcf88f is #ffff99. Color #fcf88f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111000 | 10001111 |
Octal | 374 | 370 | 217 |
Decimal | 252 | 248 | 143 |
Hex | FC | F8 | 8F |
Shades of #fcf88f
Tints of #fcf88f
RGB Percentages of Color #fcf88f
CMYK Percentages of Color #fcf88f
Complementary Color
#fcf88f | #8f93fc |
#fcf88f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf88f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf88f Color CSS Codes
.mybgcolor {background-color:#fcf88f; } .myforecolor {color:#fcf88f; } .mybordercolor {border:3px solid #fcf88f; }
#fcf88f Text Font Color
<p style="color:#fcf88f">Text here</p>
This sample text font color is #fcf88f
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.
#fcf88f Background Color
<div style="background-color:#fcf88f">
Div content here</div>
This div background color is #fcf88f
#fcf88f Border Color
<div style="border:3px solid #fcf88f">
Div here</div>
This div border color is #fcf88f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,248,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf88f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf88f; -webkit-box-shadow: 1px 1px 3px 2px #fcf88f; box-shadow: 1px 1px 3px 2px #fcf88f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,248,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 #fcf88f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf88f; -webkit-box-shadow: 1px 1px 3px 2px #fcf88f; box-shadow: 1px 1px 3px 2px #fcf88f;">
Div content here</div>
This div box has shadow with color #fcf88f
Comments
No comments written yet.
Please login to write comment.