Shades of Serenade #FFEADA
Tints of Serenade #FFEADA
RGB
CMYK
RGB Variations
Color information
#FFEADA (or 0xFFEADA) is known color: Serenade. HEX triplet: FF, EA and DA. RGB value is (255,234,218). Sum of RGB (Red+Green+Blue) = 255+234+218=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEADA is #001525. Grayscale: #EEEEEE. Windows color (decimal): -5414 or 14347007. OLE color: 14347007.
HSL color Cylindrical-coordinate representation of color #FFEADA: hue angle of 25.95º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFEADA is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 218 | - |
| CMYK | 0 | 0.08 | 0.15 | 0 |
| HSL | 25.95º | 1% | 0.93% | - |
| HSV(B) | 25.95º | 0.15% | 1% | - |
| XYZ | 83.32 | 85.17 | 78.38 | - |
| YUV | 238.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 218 | 0 | 0.08 | 0.15 | 0 | 25.95 | 1 | 0.93 |
| Hex | FF | EA | DA | 0 | 8 | F | 0 | 1A | 64 | 5D |
| Octal | 377 | 352 | 332 | 0 | 10 | 17 | 0 | 32 | 144 | 135 |
| Binary | 11111111 | 11101010 | 11011010 | 0 | 1000 | 1111 | 0 | 11010 | 1100100 | 1011101 |
Color Harmonies of #FFEADA
Complementary color
Monochromatic Colors of #FFEADA
Black with #FFEADA
Text Example
Text Example
White with #FFEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEADA; }
p { color: rgb(255,234,218); }
H1.HeaderClassName
{
color: #FFEADA;
}
.AnyTagClassName
{
color: #FFEADA;
}
</style>
background-color css
<style>
a { background-color: #FFEADA; }
a { background-color: rgb(255,234,218); }
div.DivClassName
{
background-color: #FFEADA;
}
.BgClassName
{
background-color: #FFEADA;
}
</style>
border-color css
<style>
span { border-color: #FFEADA; }
span { border-color: rgb(255,234,218); }
td.TdClassName
{
border-color: #FFEADA;
}
.TagClassName
{
border-color: #FFEADA;
}
</style>