Shades of Light Yellow #FDFEE1
Tints of Light Yellow #FDFEE1
RGB
CMYK
RGB Variations
Color information
#FDFEE1 (or 0xFDFEE1) is known color: Light Yellow. HEX triplet: FD, FE and E1. RGB value is (253,254,225). Sum of RGB (Red+Green+Blue) = 253+254+225=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 225 (88.28% from 255 or 30.74% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEE1 is #02011E. Grayscale: #FAFAFA. Windows color (decimal): -131359 or 14810877. OLE color: 14810877.
HSL color Cylindrical-coordinate representation of color #FDFEE1: hue angle of 62.07º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDFEE1 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 225 | - |
CMYK | 0.00 | 0 | 0.11 | 0.00 |
HSL | 62.07º | 0.94% | 0.94% | - |
HSV(B) | 62.07º | 0.11% | 1% | - |
XYZ | 89.54 | 97.2 | 85.28 | - |
YUV | 250.4 | 113.67 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 225 | 0.00 | 0 | 0.11 | 0.00 | 62.07 | 0.94 | 0.94 |
Hex | FD | FE | E1 | 0 | 0 | B | 0 | 3E | 5E | 5E |
Octal | 375 | 376 | 341 | 0 | 0 | 13 | 0 | 76 | 136 | 136 |
Binary | 11111101 | 11111110 | 11100001 | 0 | 0 | 1011 | 0 | 111110 | 1011110 | 1011110 |
Color Harmonies of #FDFEE1
Complementary color
Monochromatic Colors of #FDFEE1
Black with #FDFEE1
Text Example
Text Example
White with #FDFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEE1; }
p { color: rgb(253,254,225); }
H1.HeaderClassName
{
color: #FDFEE1;
}
.AnyTagClassName
{
color: #FDFEE1;
}
</style>
background-color css
<style>
a { background-color: #FDFEE1; }
a { background-color: rgb(253,254,225); }
div.DivClassName
{
background-color: #FDFEE1;
}
.BgClassName
{
background-color: #FDFEE1;
}
</style>
border-color css
<style>
span { border-color: #FDFEE1; }
span { border-color: rgb(253,254,225); }
td.TdClassName
{
border-color: #FDFEE1;
}
.TagClassName
{
border-color: #FDFEE1;
}
</style>