Shades of Light Yellow #FEFFDD
Tints of Light Yellow #FEFFDD
RGB
CMYK
RGB Variations
Color information
#FEFFDD (or 0xFEFFDD) is known color: Light Yellow. HEX triplet: FE, FF and DD. RGB value is (254,255,221). Sum of RGB (Red+Green+Blue) = 254+255+221=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 221 (86.72% from 255 or 30.27% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFDD is #010022. Grayscale: #FAFAFA. Windows color (decimal): -65571 or 14548990. OLE color: 14548990.
HSL color Cylindrical-coordinate representation of color #FEFFDD: hue angle of 61.76º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEFFDD is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 221 | - |
| CMYK | 0.00 | 0 | 0.13 | 0 |
| HSL | 61.76º | 1% | 0.93% | - |
| HSV(B) | 61.76º | 0.13% | 1% | - |
| XYZ | 89.68 | 97.81 | 82.56 | - |
| YUV | 250.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 221 | 0.00 | 0 | 0.13 | 0 | 61.76 | 1 | 0.93 |
| Hex | FE | FF | DD | 0 | 0 | D | 0 | 3E | 64 | 5D |
| Octal | 376 | 377 | 335 | 0 | 0 | 15 | 0 | 76 | 144 | 135 |
| Binary | 11111110 | 11111111 | 11011101 | 0 | 0 | 1101 | 0 | 111110 | 1100100 | 1011101 |
Color Harmonies of #FEFFDD
Complementary color
Monochromatic Colors of #FEFFDD
Black with #FEFFDD
Text Example
Text Example
White with #FEFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFDD; }
p { color: rgb(254,255,221); }
H1.HeaderClassName
{
color: #FEFFDD;
}
.AnyTagClassName
{
color: #FEFFDD;
}
</style>
background-color css
<style>
a { background-color: #FEFFDD; }
a { background-color: rgb(254,255,221); }
div.DivClassName
{
background-color: #FEFFDD;
}
.BgClassName
{
background-color: #FEFFDD;
}
</style>
border-color css
<style>
span { border-color: #FEFFDD; }
span { border-color: rgb(254,255,221); }
td.TdClassName
{
border-color: #FEFFDD;
}
.TagClassName
{
border-color: #FEFFDD;
}
</style>