Shades of Light Yellow #FDFEE3
Tints of Light Yellow #FDFEE3
RGB
CMYK
RGB Variations
Color information
#FDFEE3 (or 0xFDFEE3) is known color: Light Yellow. HEX triplet: FD, FE and E3. RGB value is (253,254,227). Sum of RGB (Red+Green+Blue) = 253+254+227=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 227 (89.06% from 255 or 30.93% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEE3 is #02011C. Grayscale: #FAFAFA. Windows color (decimal): -131357 or 14941949. OLE color: 14941949.
HSL color Cylindrical-coordinate representation of color #FDFEE3: hue angle of 62.22º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDFEE3 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 227 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.00 |
| HSL | 62.22º | 0.93% | 0.94% | - |
| HSV(B) | 62.22º | 0.11% | 1% | - |
| XYZ | 89.81 | 97.31 | 86.72 | - |
| YUV | 250.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 227 | 0.00 | 0 | 0.11 | 0.00 | 62.22 | 0.93 | 0.94 |
| Hex | FD | FE | E3 | 0 | 0 | B | 0 | 3E | 5D | 5E |
| Octal | 375 | 376 | 343 | 0 | 0 | 13 | 0 | 76 | 135 | 136 |
| Binary | 11111101 | 11111110 | 11100011 | 0 | 0 | 1011 | 0 | 111110 | 1011101 | 1011110 |
Color Harmonies of #FDFEE3
Complementary color
Monochromatic Colors of #FDFEE3
Black with #FDFEE3
Text Example
Text Example
White with #FDFEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEE3; }
p { color: rgb(253,254,227); }
H1.HeaderClassName
{
color: #FDFEE3;
}
.AnyTagClassName
{
color: #FDFEE3;
}
</style>
background-color css
<style>
a { background-color: #FDFEE3; }
a { background-color: rgb(253,254,227); }
div.DivClassName
{
background-color: #FDFEE3;
}
.BgClassName
{
background-color: #FDFEE3;
}
</style>
border-color css
<style>
span { border-color: #FDFEE3; }
span { border-color: rgb(253,254,227); }
td.TdClassName
{
border-color: #FDFEE3;
}
.TagClassName
{
border-color: #FDFEE3;
}
</style>