Shades of Light Yellow #FCFCDA
Tints of Light Yellow #FCFCDA
RGB
CMYK
RGB Variations
Color information
#FCFCDA (or 0xFCFCDA) is known color: Light Yellow. HEX triplet: FC, FC and DA. RGB value is (252,252,218). Sum of RGB (Red+Green+Blue) = 252+252+218=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 218 (85.55% from 255 or 30.19% from 722); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCDA is #030325. Grayscale: #F8F8F8. Windows color (decimal): -197414 or 14351612. OLE color: 14351612.
HSL color Cylindrical-coordinate representation of color #FCFCDA: hue angle of 60º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCFCDA is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 218 | - |
CMYK | 0 | 0 | 0.13 | 0.01 |
HSL | 60º | 0.85% | 0.92% | - |
HSV(B) | 60º | 0.13% | 0.99% | - |
XYZ | 87.61 | 95.38 | 80.12 | - |
YUV | 248.12 | 111 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 218 | 0 | 0 | 0.13 | 0.01 | 60 | 0.85 | 0.92 |
Hex | FC | FC | DA | 0 | 0 | D | 1 | 3C | 55 | 5C |
Octal | 374 | 374 | 332 | 0 | 0 | 15 | 1 | 74 | 125 | 134 |
Binary | 11111100 | 11111100 | 11011010 | 0 | 0 | 1101 | 1 | 111100 | 1010101 | 1011100 |
Color Harmonies of #FCFCDA
Complementary color
Monochromatic Colors of #FCFCDA
Black with #FCFCDA
Text Example
Text Example
White with #FCFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCDA; }
p { color: rgb(252,252,218); }
H1.HeaderClassName
{
color: #FCFCDA;
}
.AnyTagClassName
{
color: #FCFCDA;
}
</style>
background-color css
<style>
a { background-color: #FCFCDA; }
a { background-color: rgb(252,252,218); }
div.DivClassName
{
background-color: #FCFCDA;
}
.BgClassName
{
background-color: #FCFCDA;
}
</style>
border-color css
<style>
span { border-color: #FCFCDA; }
span { border-color: rgb(252,252,218); }
td.TdClassName
{
border-color: #FCFCDA;
}
.TagClassName
{
border-color: #FCFCDA;
}
</style>