Shades of Serenade #FEEBD7
Tints of Serenade #FEEBD7
RGB
CMYK
RGB Variations
Color information
#FEEBD7 (or 0xFEEBD7) is known color: Serenade. HEX triplet: FE, EB and D7. RGB value is (254,235,215). Sum of RGB (Red+Green+Blue) = 254+235+215=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD7 is #011428. Grayscale: #EEEEEE. Windows color (decimal): -70697 or 14150654. OLE color: 14150654.
HSL color Cylindrical-coordinate representation of color #FEEBD7: hue angle of 30.77º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEEBD7 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 215 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.00 |
| HSL | 30.77º | 0.95% | 0.92% | - |
| HSV(B) | 30.77º | 0.15% | 1% | - |
| XYZ | 82.85 | 85.39 | 76.41 | - |
| YUV | 238.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 215 | 0 | 0.07 | 0.15 | 0.00 | 30.77 | 0.95 | 0.92 |
| Hex | FE | EB | D7 | 0 | 7 | F | 0 | 1F | 5F | 5C |
| Octal | 376 | 353 | 327 | 0 | 7 | 17 | 0 | 37 | 137 | 134 |
| Binary | 11111110 | 11101011 | 11010111 | 0 | 111 | 1111 | 0 | 11111 | 1011111 | 1011100 |
Color Harmonies of #FEEBD7
Complementary color
Monochromatic Colors of #FEEBD7
Black with #FEEBD7
Text Example
Text Example
White with #FEEBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBD7; }
p { color: rgb(254,235,215); }
H1.HeaderClassName
{
color: #FEEBD7;
}
.AnyTagClassName
{
color: #FEEBD7;
}
</style>
background-color css
<style>
a { background-color: #FEEBD7; }
a { background-color: rgb(254,235,215); }
div.DivClassName
{
background-color: #FEEBD7;
}
.BgClassName
{
background-color: #FEEBD7;
}
</style>
border-color css
<style>
span { border-color: #FEEBD7; }
span { border-color: rgb(254,235,215); }
td.TdClassName
{
border-color: #FEEBD7;
}
.TagClassName
{
border-color: #FEEBD7;
}
</style>