Shades of Serenade #FFEBD5
Tints of Serenade #FFEBD5
RGB
CMYK
RGB Variations
Color information
#FFEBD5 (or 0xFFEBD5) is known color: Serenade. HEX triplet: FF, EB and D5. RGB value is (255,235,213). Sum of RGB (Red+Green+Blue) = 255+235+213=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD5 is #00142A. Grayscale: #EEEEEE. Windows color (decimal): -5163 or 14019583. OLE color: 14019583.
HSL color Cylindrical-coordinate representation of color #FFEBD5: hue angle of 31.43º 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 #FFEBD5 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 213 | - |
| CMYK | 0 | 0.08 | 0.16 | 0 |
| HSL | 31.43º | 1% | 0.92% | - |
| HSV(B) | 31.43º | 0.16% | 1% | - |
| XYZ | 82.96 | 85.48 | 75.08 | - |
| YUV | 238.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 213 | 0 | 0.08 | 0.16 | 0 | 31.43 | 1 | 0.92 |
| Hex | FF | EB | D5 | 0 | 8 | 10 | 0 | 1F | 64 | 5C |
| Octal | 377 | 353 | 325 | 0 | 10 | 20 | 0 | 37 | 144 | 134 |
| Binary | 11111111 | 11101011 | 11010101 | 0 | 1000 | 10000 | 0 | 11111 | 1100100 | 1011100 |
Color Harmonies of #FFEBD5
Complementary color
Monochromatic Colors of #FFEBD5
Black with #FFEBD5
Text Example
Text Example
White with #FFEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBD5; }
p { color: rgb(255,235,213); }
H1.HeaderClassName
{
color: #FFEBD5;
}
.AnyTagClassName
{
color: #FFEBD5;
}
</style>
background-color css
<style>
a { background-color: #FFEBD5; }
a { background-color: rgb(255,235,213); }
div.DivClassName
{
background-color: #FFEBD5;
}
.BgClassName
{
background-color: #FFEBD5;
}
</style>
border-color css
<style>
span { border-color: #FFEBD5; }
span { border-color: rgb(255,235,213); }
td.TdClassName
{
border-color: #FFEBD5;
}
.TagClassName
{
border-color: #FFEBD5;
}
</style>