Shades of Serenade #FFEAD5
Tints of Serenade #FFEAD5
RGB
CMYK
RGB Variations
Color information
#FFEAD5 (or 0xFFEAD5) is known color: Serenade. HEX triplet: FF, EA and D5. RGB value is (255,234,213). Sum of RGB (Red+Green+Blue) = 255+234+213=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAD5 is #00152A. Grayscale: #EDEDED. Windows color (decimal): -5419 or 14019327. OLE color: 14019327.
HSL color Cylindrical-coordinate representation of color #FFEAD5: hue angle of 30º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFEAD5 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 213 | - |
CMYK | 0 | 0.08 | 0.16 | 0 |
HSL | 30º | 1% | 0.92% | - |
HSV(B) | 30º | 0.16% | 1% | - |
XYZ | 82.67 | 84.91 | 74.98 | - |
YUV | 237.89 | 113.96 | 140.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 213 | 0 | 0.08 | 0.16 | 0 | 30 | 1 | 0.92 |
Hex | FF | EA | D5 | 0 | 8 | 10 | 0 | 1E | 64 | 5C |
Octal | 377 | 352 | 325 | 0 | 10 | 20 | 0 | 36 | 144 | 134 |
Binary | 11111111 | 11101010 | 11010101 | 0 | 1000 | 10000 | 0 | 11110 | 1100100 | 1011100 |
Color Harmonies of #FFEAD5
Complementary color
Monochromatic Colors of #FFEAD5
Black with #FFEAD5
Text Example
Text Example
White with #FFEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAD5; }
p { color: rgb(255,234,213); }
H1.HeaderClassName
{
color: #FFEAD5;
}
.AnyTagClassName
{
color: #FFEAD5;
}
</style>
background-color css
<style>
a { background-color: #FFEAD5; }
a { background-color: rgb(255,234,213); }
div.DivClassName
{
background-color: #FFEAD5;
}
.BgClassName
{
background-color: #FFEAD5;
}
</style>
border-color css
<style>
span { border-color: #FFEAD5; }
span { border-color: rgb(255,234,213); }
td.TdClassName
{
border-color: #FFEAD5;
}
.TagClassName
{
border-color: #FFEAD5;
}
</style>