Shades of Light Yellow #FFFDDD
Tints of Light Yellow #FFFDDD
RGB
CMYK
RGB Variations
Color information
#FFFDDD (or 0xFFFDDD) is known color: Light Yellow. HEX triplet: FF, FD and DD. RGB value is (255,253,221). Sum of RGB (Red+Green+Blue) = 255+253+221=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 221 (86.72% from 255 or 30.32% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDDD is #000222. Grayscale: #FAFAFA. Windows color (decimal): -547 or 14548479. OLE color: 14548479.
HSL color Cylindrical-coordinate representation of color #FFFDDD: hue angle of 56.47º 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 #FFFDDD is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 221 | - |
CMYK | 0 | 0.01 | 0.13 | 0 |
HSL | 56.47º | 1% | 0.93% | - |
HSV(B) | 56.47º | 0.13% | 1% | - |
XYZ | 89.42 | 96.73 | 82.36 | - |
YUV | 249.95 | 111.66 | 131.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 221 | 0 | 0.01 | 0.13 | 0 | 56.47 | 1 | 0.93 |
Hex | FF | FD | DD | 0 | 1 | D | 0 | 38 | 64 | 5D |
Octal | 377 | 375 | 335 | 0 | 1 | 15 | 0 | 70 | 144 | 135 |
Binary | 11111111 | 11111101 | 11011101 | 0 | 1 | 1101 | 0 | 111000 | 1100100 | 1011101 |
Color Harmonies of #FFFDDD
Complementary color
Monochromatic Colors of #FFFDDD
Black with #FFFDDD
Text Example
Text Example
White with #FFFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDDD; }
p { color: rgb(255,253,221); }
H1.HeaderClassName
{
color: #FFFDDD;
}
.AnyTagClassName
{
color: #FFFDDD;
}
</style>
background-color css
<style>
a { background-color: #FFFDDD; }
a { background-color: rgb(255,253,221); }
div.DivClassName
{
background-color: #FFFDDD;
}
.BgClassName
{
background-color: #FFFDDD;
}
</style>
border-color css
<style>
span { border-color: #FFFDDD; }
span { border-color: rgb(255,253,221); }
td.TdClassName
{
border-color: #FFFDDD;
}
.TagClassName
{
border-color: #FFFDDD;
}
</style>