Shades of Serenade #FEECDA
Tints of Serenade #FEECDA
RGB
CMYK
RGB Variations
Color information
#FEECDA (or 0xFEECDA) is known color: Serenade. HEX triplet: FE, EC and DA. RGB value is (254,236,218). Sum of RGB (Red+Green+Blue) = 254+236+218=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECDA is #011325. Grayscale: #EFEFEF. Windows color (decimal): -70438 or 14347518. OLE color: 14347518.
HSL color Cylindrical-coordinate representation of color #FEECDA: hue angle of 30º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEECDA is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 236 | 218 | - |
CMYK | 0 | 0.07 | 0.14 | 0.00 |
HSL | 30º | 0.95% | 0.93% | - |
HSV(B) | 30º | 0.14% | 1% | - |
XYZ | 83.52 | 86.12 | 78.55 | - |
YUV | 239.33 | 115.96 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 236 | 218 | 0 | 0.07 | 0.14 | 0.00 | 30 | 0.95 | 0.93 |
Hex | FE | EC | DA | 0 | 7 | E | 0 | 1E | 5F | 5D |
Octal | 376 | 354 | 332 | 0 | 7 | 16 | 0 | 36 | 137 | 135 |
Binary | 11111110 | 11101100 | 11011010 | 0 | 111 | 1110 | 0 | 11110 | 1011111 | 1011101 |
Color Harmonies of #FEECDA
Complementary color
Monochromatic Colors of #FEECDA
Black with #FEECDA
Text Example
Text Example
White with #FEECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECDA; }
p { color: rgb(254,236,218); }
H1.HeaderClassName
{
color: #FEECDA;
}
.AnyTagClassName
{
color: #FEECDA;
}
</style>
background-color css
<style>
a { background-color: #FEECDA; }
a { background-color: rgb(254,236,218); }
div.DivClassName
{
background-color: #FEECDA;
}
.BgClassName
{
background-color: #FEECDA;
}
</style>
border-color css
<style>
span { border-color: #FEECDA; }
span { border-color: rgb(254,236,218); }
td.TdClassName
{
border-color: #FEECDA;
}
.TagClassName
{
border-color: #FEECDA;
}
</style>