Shades of Light Yellow #FDFEE4
Tints of Light Yellow #FDFEE4
RGB
CMYK
RGB Variations
Color information
#FDFEE4 (or 0xFDFEE4) is known color: Light Yellow. HEX triplet: FD, FE and E4. RGB value is (253,254,228). Sum of RGB (Red+Green+Blue) = 253+254+228=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 228 (89.45% from 255 or 31.02% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEE4 is #02011B. Grayscale: #FAFAFA. Windows color (decimal): -131356 or 15007485. OLE color: 15007485.
HSL color Cylindrical-coordinate representation of color #FDFEE4: hue angle of 62.31º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDFEE4 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 228 | - |
CMYK | 0.00 | 0 | 0.10 | 0.00 |
HSL | 62.31º | 0.93% | 0.95% | - |
HSV(B) | 62.31º | 0.1% | 1% | - |
XYZ | 89.95 | 97.37 | 87.45 | - |
YUV | 250.74 | 115.17 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 228 | 0.00 | 0 | 0.10 | 0.00 | 62.31 | 0.93 | 0.95 |
Hex | FD | FE | E4 | 0 | 0 | A | 0 | 3E | 5D | 5F |
Octal | 375 | 376 | 344 | 0 | 0 | 12 | 0 | 76 | 135 | 137 |
Binary | 11111101 | 11111110 | 11100100 | 0 | 0 | 1010 | 0 | 111110 | 1011101 | 1011111 |
Color Harmonies of #FDFEE4
Complementary color
Monochromatic Colors of #FDFEE4
Black with #FDFEE4
Text Example
Text Example
White with #FDFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEE4; }
p { color: rgb(253,254,228); }
H1.HeaderClassName
{
color: #FDFEE4;
}
.AnyTagClassName
{
color: #FDFEE4;
}
</style>
background-color css
<style>
a { background-color: #FDFEE4; }
a { background-color: rgb(253,254,228); }
div.DivClassName
{
background-color: #FDFEE4;
}
.BgClassName
{
background-color: #FDFEE4;
}
</style>
border-color css
<style>
span { border-color: #FDFEE4; }
span { border-color: rgb(253,254,228); }
td.TdClassName
{
border-color: #FDFEE4;
}
.TagClassName
{
border-color: #FDFEE4;
}
</style>