Shades of Serenade #FFEBD4
Tints of Serenade #FFEBD4
RGB
CMYK
RGB Variations
Color information
#FFEBD4 (or 0xFFEBD4) is known color: Serenade. HEX triplet: FF, EB and D4. RGB value is (255,235,212). Sum of RGB (Red+Green+Blue) = 255+235+212=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD4 is #00142B. Grayscale: #EEEEEE. Windows color (decimal): -5164 or 13954047. OLE color: 13954047.
HSL color Cylindrical-coordinate representation of color #FFEBD4: hue angle of 32.09º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFEBD4 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 212 | - |
| CMYK | 0 | 0.08 | 0.17 | 0 |
| HSL | 32.09º | 1% | 0.92% | - |
| HSV(B) | 32.09º | 0.17% | 1% | - |
| XYZ | 82.83 | 85.43 | 74.41 | - |
| YUV | 238.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 212 | 0 | 0.08 | 0.17 | 0 | 32.09 | 1 | 0.92 |
| Hex | FF | EB | D4 | 0 | 8 | 11 | 0 | 20 | 64 | 5C |
| Octal | 377 | 353 | 324 | 0 | 10 | 21 | 0 | 40 | 144 | 134 |
| Binary | 11111111 | 11101011 | 11010100 | 0 | 1000 | 10001 | 0 | 100000 | 1100100 | 1011100 |
Color Harmonies of #FFEBD4
Complementary color
Monochromatic Colors of #FFEBD4
Black with #FFEBD4
Text Example
Text Example
White with #FFEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBD4; }
p { color: rgb(255,235,212); }
H1.HeaderClassName
{
color: #FFEBD4;
}
.AnyTagClassName
{
color: #FFEBD4;
}
</style>
background-color css
<style>
a { background-color: #FFEBD4; }
a { background-color: rgb(255,235,212); }
div.DivClassName
{
background-color: #FFEBD4;
}
.BgClassName
{
background-color: #FFEBD4;
}
</style>
border-color css
<style>
span { border-color: #FFEBD4; }
span { border-color: rgb(255,235,212); }
td.TdClassName
{
border-color: #FFEBD4;
}
.TagClassName
{
border-color: #FFEBD4;
}
</style>