Shades of Serenade #FFEDDD
Tints of Serenade #FFEDDD
RGB
CMYK
RGB Variations
Color information
#FFEDDD (or 0xFFEDDD) is known color: Serenade. HEX triplet: FF, ED and DD. RGB value is (255,237,221). Sum of RGB (Red+Green+Blue) = 255+237+221=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDDD is #001222. Grayscale: #F0F0F0. Windows color (decimal): -4643 or 14544383. OLE color: 14544383.
HSL color Cylindrical-coordinate representation of color #FFEDDD: hue angle of 28.24º 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 #FFEDDD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 221 | - |
CMYK | 0 | 0.07 | 0.13 | 0 |
HSL | 28.24º | 1% | 0.93% | - |
HSV(B) | 28.24º | 0.13% | 1% | - |
XYZ | 84.58 | 87.05 | 80.75 | - |
YUV | 240.56 | 116.96 | 138.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 221 | 0 | 0.07 | 0.13 | 0 | 28.24 | 1 | 0.93 |
Hex | FF | ED | DD | 0 | 7 | D | 0 | 1C | 64 | 5D |
Octal | 377 | 355 | 335 | 0 | 7 | 15 | 0 | 34 | 144 | 135 |
Binary | 11111111 | 11101101 | 11011101 | 0 | 111 | 1101 | 0 | 11100 | 1100100 | 1011101 |
Color Harmonies of #FFEDDD
Complementary color
Monochromatic Colors of #FFEDDD
Black with #FFEDDD
Text Example
Text Example
White with #FFEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDDD; }
p { color: rgb(255,237,221); }
H1.HeaderClassName
{
color: #FFEDDD;
}
.AnyTagClassName
{
color: #FFEDDD;
}
</style>
background-color css
<style>
a { background-color: #FFEDDD; }
a { background-color: rgb(255,237,221); }
div.DivClassName
{
background-color: #FFEDDD;
}
.BgClassName
{
background-color: #FFEDDD;
}
</style>
border-color css
<style>
span { border-color: #FFEDDD; }
span { border-color: rgb(255,237,221); }
td.TdClassName
{
border-color: #FFEDDD;
}
.TagClassName
{
border-color: #FFEDDD;
}
</style>