Shades of Light Yellow #FDFEE6
Tints of Light Yellow #FDFEE6
RGB
CMYK
RGB Variations
Color information
#FDFEE6 (or 0xFDFEE6) is known color: Light Yellow. HEX triplet: FD, FE and E6. RGB value is (253,254,230). Sum of RGB (Red+Green+Blue) = 253+254+230=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 230 (90.23% from 255 or 31.21% from 737); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEE6 is #020119. Grayscale: #FBFBFB. Windows color (decimal): -131354 or 15138557. OLE color: 15138557.
HSL color Cylindrical-coordinate representation of color #FDFEE6: hue angle of 62.5º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDFEE6 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 230 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.00 |
| HSL | 62.5º | 0.92% | 0.95% | - |
| HSV(B) | 62.5º | 0.09% | 1% | - |
| XYZ | 90.23 | 97.48 | 88.92 | - |
| YUV | 250.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 230 | 0.00 | 0 | 0.09 | 0.00 | 62.5 | 0.92 | 0.95 |
| Hex | FD | FE | E6 | 0 | 0 | 9 | 0 | 3F | 5C | 5F |
| Octal | 375 | 376 | 346 | 0 | 0 | 11 | 0 | 77 | 134 | 137 |
| Binary | 11111101 | 11111110 | 11100110 | 0 | 0 | 1001 | 0 | 111111 | 1011100 | 1011111 |
Color Harmonies of #FDFEE6
Complementary color
Monochromatic Colors of #FDFEE6
Black with #FDFEE6
Text Example
Text Example
White with #FDFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEE6; }
p { color: rgb(253,254,230); }
H1.HeaderClassName
{
color: #FDFEE6;
}
.AnyTagClassName
{
color: #FDFEE6;
}
</style>
background-color css
<style>
a { background-color: #FDFEE6; }
a { background-color: rgb(253,254,230); }
div.DivClassName
{
background-color: #FDFEE6;
}
.BgClassName
{
background-color: #FDFEE6;
}
</style>
border-color css
<style>
span { border-color: #FDFEE6; }
span { border-color: rgb(253,254,230); }
td.TdClassName
{
border-color: #FDFEE6;
}
.TagClassName
{
border-color: #FDFEE6;
}
</style>