Shades of Light Yellow #FDFCE4
Tints of Light Yellow #FDFCE4
RGB
CMYK
RGB Variations
Color information
#FDFCE4 (or 0xFDFCE4) is known color: Light Yellow. HEX triplet: FD, FC and E4. RGB value is (253,252,228). Sum of RGB (Red+Green+Blue) = 253+252+228=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 228 (89.45% from 255 or 31.11% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCE4 is #02031B. Grayscale: #F9F9F9. Windows color (decimal): -131868 or 15006973. OLE color: 15006973.
HSL color Cylindrical-coordinate representation of color #FDFCE4: hue angle of 57.6º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDFCE4 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 228 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.01 |
| HSL | 57.6º | 0.86% | 0.94% | - |
| HSV(B) | 57.6º | 0.1% | 0.99% | - |
| XYZ | 89.32 | 96.1 | 87.24 | - |
| YUV | 249.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 228 | 0 | 0.00 | 0.10 | 0.01 | 57.6 | 0.86 | 0.94 |
| Hex | FD | FC | E4 | 0 | 0 | A | 1 | 3A | 56 | 5E |
| Octal | 375 | 374 | 344 | 0 | 0 | 12 | 1 | 72 | 126 | 136 |
| Binary | 11111101 | 11111100 | 11100100 | 0 | 0 | 1010 | 1 | 111010 | 1010110 | 1011110 |
Color Harmonies of #FDFCE4
Complementary color
Monochromatic Colors of #FDFCE4
Black with #FDFCE4
Text Example
Text Example
White with #FDFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCE4; }
p { color: rgb(253,252,228); }
H1.HeaderClassName
{
color: #FDFCE4;
}
.AnyTagClassName
{
color: #FDFCE4;
}
</style>
background-color css
<style>
a { background-color: #FDFCE4; }
a { background-color: rgb(253,252,228); }
div.DivClassName
{
background-color: #FDFCE4;
}
.BgClassName
{
background-color: #FDFCE4;
}
</style>
border-color css
<style>
span { border-color: #FDFCE4; }
span { border-color: rgb(253,252,228); }
td.TdClassName
{
border-color: #FDFCE4;
}
.TagClassName
{
border-color: #FDFCE4;
}
</style>