Shades of Light Yellow #FEFCDD
Tints of Light Yellow #FEFCDD
RGB
CMYK
RGB Variations
Color information
#FEFCDD (or 0xFEFCDD) is known color: Light Yellow. HEX triplet: FE, FC and DD. RGB value is (254,252,221). Sum of RGB (Red+Green+Blue) = 254+252+221=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 252 (98.83% from 255 or 34.66% from 727); Blue value is 221 (86.72% from 255 or 30.40% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCDD is #010322. Grayscale: #F9F9F9. Windows color (decimal): -66339 or 14548222. OLE color: 14548222.
HSL color Cylindrical-coordinate representation of color #FEFCDD: hue angle of 56.36º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEFCDD is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 221 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.00 |
| HSL | 56.36º | 0.94% | 0.93% | - |
| HSV(B) | 56.36º | 0.13% | 1% | - |
| XYZ | 88.73 | 95.91 | 82.24 | - |
| YUV | 249.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 221 | 0 | 0.01 | 0.13 | 0.00 | 56.36 | 0.94 | 0.93 |
| Hex | FE | FC | DD | 0 | 1 | D | 0 | 38 | 5E | 5D |
| Octal | 376 | 374 | 335 | 0 | 1 | 15 | 0 | 70 | 136 | 135 |
| Binary | 11111110 | 11111100 | 11011101 | 0 | 1 | 1101 | 0 | 111000 | 1011110 | 1011101 |
Color Harmonies of #FEFCDD
Complementary color
Monochromatic Colors of #FEFCDD
Black with #FEFCDD
Text Example
Text Example
White with #FEFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCDD; }
p { color: rgb(254,252,221); }
H1.HeaderClassName
{
color: #FEFCDD;
}
.AnyTagClassName
{
color: #FEFCDD;
}
</style>
background-color css
<style>
a { background-color: #FEFCDD; }
a { background-color: rgb(254,252,221); }
div.DivClassName
{
background-color: #FEFCDD;
}
.BgClassName
{
background-color: #FEFCDD;
}
</style>
border-color css
<style>
span { border-color: #FEFCDD; }
span { border-color: rgb(254,252,221); }
td.TdClassName
{
border-color: #FEFCDD;
}
.TagClassName
{
border-color: #FEFCDD;
}
</style>