Shades of Light Yellow #FDFDE4
Tints of Light Yellow #FDFDE4
RGB
CMYK
RGB Variations
Color information
#FDFDE4 (or 0xFDFDE4) is known color: Light Yellow. HEX triplet: FD, FD and E4. RGB value is (253,253,228). Sum of RGB (Red+Green+Blue) = 253+253+228=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 253 (99.22% from 255 or 34.47% from 734); Blue value is 228 (89.45% from 255 or 31.06% from 734); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDE4 is #02021B. Grayscale: #FAFAFA. Windows color (decimal): -131612 or 15007229. OLE color: 15007229.
HSL color Cylindrical-coordinate representation of color #FDFDE4: hue angle of 60º 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 #FDFDE4 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 228 | - |
CMYK | 0 | 0 | 0.10 | 0.01 |
HSL | 60º | 0.86% | 0.94% | - |
HSV(B) | 60º | 0.1% | 0.99% | - |
XYZ | 89.64 | 96.73 | 87.35 | - |
YUV | 250.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 228 | 0 | 0 | 0.10 | 0.01 | 60 | 0.86 | 0.94 |
Hex | FD | FD | E4 | 0 | 0 | A | 1 | 3C | 56 | 5E |
Octal | 375 | 375 | 344 | 0 | 0 | 12 | 1 | 74 | 126 | 136 |
Binary | 11111101 | 11111101 | 11100100 | 0 | 0 | 1010 | 1 | 111100 | 1010110 | 1011110 |
Color Harmonies of #FDFDE4
Complementary color
Monochromatic Colors of #FDFDE4
Black with #FDFDE4
Text Example
Text Example
White with #FDFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDE4; }
p { color: rgb(253,253,228); }
H1.HeaderClassName
{
color: #FDFDE4;
}
.AnyTagClassName
{
color: #FDFDE4;
}
</style>
background-color css
<style>
a { background-color: #FDFDE4; }
a { background-color: rgb(253,253,228); }
div.DivClassName
{
background-color: #FDFDE4;
}
.BgClassName
{
background-color: #FDFDE4;
}
</style>
border-color css
<style>
span { border-color: #FDFDE4; }
span { border-color: rgb(253,253,228); }
td.TdClassName
{
border-color: #FDFDE4;
}
.TagClassName
{
border-color: #FDFDE4;
}
</style>