Shades of Serenade #FFEBD6
Tints of Serenade #FFEBD6
RGB
CMYK
RGB Variations
Color information
#FFEBD6 (or 0xFFEBD6) is known color: Serenade. HEX triplet: FF, EB and D6. RGB value is (255,235,214). Sum of RGB (Red+Green+Blue) = 255+235+214=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 214 (83.98% from 255 or 30.40% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD6 is #001429. Grayscale: #EEEEEE. Windows color (decimal): -5162 or 14085119. OLE color: 14085119.
HSL color Cylindrical-coordinate representation of color #FFEBD6: hue angle of 30.73º 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 #FFEBD6 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 214 | - |
| CMYK | 0 | 0.08 | 0.16 | 0 |
| HSL | 30.73º | 1% | 0.92% | - |
| HSV(B) | 30.73º | 0.16% | 1% | - |
| XYZ | 83.09 | 85.53 | 75.75 | - |
| YUV | 238.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 214 | 0 | 0.08 | 0.16 | 0 | 30.73 | 1 | 0.92 |
| Hex | FF | EB | D6 | 0 | 8 | 10 | 0 | 1F | 64 | 5C |
| Octal | 377 | 353 | 326 | 0 | 10 | 20 | 0 | 37 | 144 | 134 |
| Binary | 11111111 | 11101011 | 11010110 | 0 | 1000 | 10000 | 0 | 11111 | 1100100 | 1011100 |
Color Harmonies of #FFEBD6
Complementary color
Monochromatic Colors of #FFEBD6
Black with #FFEBD6
Text Example
Text Example
White with #FFEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBD6; }
p { color: rgb(255,235,214); }
H1.HeaderClassName
{
color: #FFEBD6;
}
.AnyTagClassName
{
color: #FFEBD6;
}
</style>
background-color css
<style>
a { background-color: #FFEBD6; }
a { background-color: rgb(255,235,214); }
div.DivClassName
{
background-color: #FFEBD6;
}
.BgClassName
{
background-color: #FFEBD6;
}
</style>
border-color css
<style>
span { border-color: #FFEBD6; }
span { border-color: rgb(255,235,214); }
td.TdClassName
{
border-color: #FFEBD6;
}
.TagClassName
{
border-color: #FFEBD6;
}
</style>