Shades of Light Yellow #FDFCE5
Tints of Light Yellow #FDFCE5
RGB
CMYK
RGB Variations
Color information
#FDFCE5 (or 0xFDFCE5) is known color: Light Yellow. HEX triplet: FD, FC and E5. RGB value is (253,252,229). Sum of RGB (Red+Green+Blue) = 253+252+229=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 252 (98.83% from 255 or 34.33% from 734); Blue value is 229 (89.84% from 255 or 31.20% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCE5 is #02031A. Grayscale: #F9F9F9. Windows color (decimal): -131867 or 15072509. OLE color: 15072509.
HSL color Cylindrical-coordinate representation of color #FDFCE5: hue angle of 57.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDFCE5 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 229 | - |
CMYK | 0 | 0.00 | 0.09 | 0.01 |
HSL | 57.5º | 0.86% | 0.95% | - |
HSV(B) | 57.5º | 0.09% | 0.99% | - |
XYZ | 89.46 | 96.16 | 87.97 | - |
YUV | 249.68 | 116.33 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 229 | 0 | 0.00 | 0.09 | 0.01 | 57.5 | 0.86 | 0.95 |
Hex | FD | FC | E5 | 0 | 0 | 9 | 1 | 3A | 56 | 5F |
Octal | 375 | 374 | 345 | 0 | 0 | 11 | 1 | 72 | 126 | 137 |
Binary | 11111101 | 11111100 | 11100101 | 0 | 0 | 1001 | 1 | 111010 | 1010110 | 1011111 |
Color Harmonies of #FDFCE5
Complementary color
Monochromatic Colors of #FDFCE5
Black with #FDFCE5
Text Example
Text Example
White with #FDFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCE5; }
p { color: rgb(253,252,229); }
H1.HeaderClassName
{
color: #FDFCE5;
}
.AnyTagClassName
{
color: #FDFCE5;
}
</style>
background-color css
<style>
a { background-color: #FDFCE5; }
a { background-color: rgb(253,252,229); }
div.DivClassName
{
background-color: #FDFCE5;
}
.BgClassName
{
background-color: #FDFCE5;
}
</style>
border-color css
<style>
span { border-color: #FDFCE5; }
span { border-color: rgb(253,252,229); }
td.TdClassName
{
border-color: #FDFCE5;
}
.TagClassName
{
border-color: #FDFCE5;
}
</style>