Shades of Light Yellow #FEFDDD
Tints of Light Yellow #FEFDDD
RGB
CMYK
RGB Variations
Color information
#FEFDDD (or 0xFEFDDD) is known color: Light Yellow. HEX triplet: FE, FD and DD. RGB value is (254,253,221). Sum of RGB (Red+Green+Blue) = 254+253+221=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 221 (86.72% from 255 or 30.36% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDDD is #010222. Grayscale: #F9F9F9. Windows color (decimal): -66083 or 14548478. OLE color: 14548478.
HSL color Cylindrical-coordinate representation of color #FEFDDD: hue angle of 58.18º 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 #FEFDDD is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 221 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.00 |
| HSL | 58.18º | 0.94% | 0.93% | - |
| HSV(B) | 58.18º | 0.13% | 1% | - |
| XYZ | 89.05 | 96.54 | 82.35 | - |
| YUV | 249.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 221 | 0 | 0.00 | 0.13 | 0.00 | 58.18 | 0.94 | 0.93 |
| Hex | FE | FD | DD | 0 | 0 | D | 0 | 3A | 5E | 5D |
| Octal | 376 | 375 | 335 | 0 | 0 | 15 | 0 | 72 | 136 | 135 |
| Binary | 11111110 | 11111101 | 11011101 | 0 | 0 | 1101 | 0 | 111010 | 1011110 | 1011101 |
Color Harmonies of #FEFDDD
Complementary color
Monochromatic Colors of #FEFDDD
Black with #FEFDDD
Text Example
Text Example
White with #FEFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDDD; }
p { color: rgb(254,253,221); }
H1.HeaderClassName
{
color: #FEFDDD;
}
.AnyTagClassName
{
color: #FEFDDD;
}
</style>
background-color css
<style>
a { background-color: #FEFDDD; }
a { background-color: rgb(254,253,221); }
div.DivClassName
{
background-color: #FEFDDD;
}
.BgClassName
{
background-color: #FEFDDD;
}
</style>
border-color css
<style>
span { border-color: #FEFDDD; }
span { border-color: rgb(254,253,221); }
td.TdClassName
{
border-color: #FEFDDD;
}
.TagClassName
{
border-color: #FEFDDD;
}
</style>