Shades of Light Yellow #FCFEDA
Tints of Light Yellow #FCFEDA
RGB
CMYK
RGB Variations
Color information
#FCFEDA (or 0xFCFEDA) is known color: Light Yellow. HEX triplet: FC, FE and DA. RGB value is (252,254,218). Sum of RGB (Red+Green+Blue) = 252+254+218=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 218 (85.55% from 255 or 30.11% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEDA is #030125. Grayscale: #F9F9F9. Windows color (decimal): -196902 or 14352124. OLE color: 14352124.
HSL color Cylindrical-coordinate representation of color #FCFEDA: hue angle of 63.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCFEDA is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 218 | - |
CMYK | 0.01 | 0 | 0.14 | 0.00 |
HSL | 63.33º | 0.95% | 0.93% | - |
HSV(B) | 63.33º | 0.14% | 1% | - |
XYZ | 88.24 | 96.64 | 80.33 | - |
YUV | 249.3 | 110.34 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 218 | 0.01 | 0 | 0.14 | 0.00 | 63.33 | 0.95 | 0.93 |
Hex | FC | FE | DA | 1 | 0 | E | 0 | 3F | 5F | 5D |
Octal | 374 | 376 | 332 | 1 | 0 | 16 | 0 | 77 | 137 | 135 |
Binary | 11111100 | 11111110 | 11011010 | 1 | 0 | 1110 | 0 | 111111 | 1011111 | 1011101 |
Color Harmonies of #FCFEDA
Complementary color
Monochromatic Colors of #FCFEDA
Black with #FCFEDA
Text Example
Text Example
White with #FCFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEDA; }
p { color: rgb(252,254,218); }
H1.HeaderClassName
{
color: #FCFEDA;
}
.AnyTagClassName
{
color: #FCFEDA;
}
</style>
background-color css
<style>
a { background-color: #FCFEDA; }
a { background-color: rgb(252,254,218); }
div.DivClassName
{
background-color: #FCFEDA;
}
.BgClassName
{
background-color: #FCFEDA;
}
</style>
border-color css
<style>
span { border-color: #FCFEDA; }
span { border-color: rgb(252,254,218); }
td.TdClassName
{
border-color: #FCFEDA;
}
.TagClassName
{
border-color: #FCFEDA;
}
</style>