Shades of Light Yellow #FFFDE0
Tints of Light Yellow #FFFDE0
RGB
CMYK
RGB Variations
Color information
#FFFDE0 (or 0xFFFDE0) is known color: Light Yellow. HEX triplet: FF, FD and E0. RGB value is (255,253,224). Sum of RGB (Red+Green+Blue) = 255+253+224=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 224 (87.89% from 255 or 30.60% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDE0 is #00021F. Grayscale: #FAFAFA. Windows color (decimal): -544 or 14745087. OLE color: 14745087.
HSL color Cylindrical-coordinate representation of color #FFFDE0: hue angle of 56.13º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFFDE0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 224 | - |
| CMYK | 0 | 0.01 | 0.12 | 0 |
| HSL | 56.13º | 1% | 0.94% | - |
| HSV(B) | 56.13º | 0.12% | 1% | - |
| XYZ | 89.82 | 96.89 | 84.49 | - |
| YUV | 250.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 224 | 0 | 0.01 | 0.12 | 0 | 56.13 | 1 | 0.94 |
| Hex | FF | FD | E0 | 0 | 1 | C | 0 | 38 | 64 | 5E |
| Octal | 377 | 375 | 340 | 0 | 1 | 14 | 0 | 70 | 144 | 136 |
| Binary | 11111111 | 11111101 | 11100000 | 0 | 1 | 1100 | 0 | 111000 | 1100100 | 1011110 |
Color Harmonies of #FFFDE0
Complementary color
Monochromatic Colors of #FFFDE0
Black with #FFFDE0
Text Example
Text Example
White with #FFFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDE0; }
p { color: rgb(255,253,224); }
H1.HeaderClassName
{
color: #FFFDE0;
}
.AnyTagClassName
{
color: #FFFDE0;
}
</style>
background-color css
<style>
a { background-color: #FFFDE0; }
a { background-color: rgb(255,253,224); }
div.DivClassName
{
background-color: #FFFDE0;
}
.BgClassName
{
background-color: #FFFDE0;
}
</style>
border-color css
<style>
span { border-color: #FFFDE0; }
span { border-color: rgb(255,253,224); }
td.TdClassName
{
border-color: #FFFDE0;
}
.TagClassName
{
border-color: #FFFDE0;
}
</style>