Shades of Serenade #FEEBD6
Tints of Serenade #FEEBD6
RGB
CMYK
RGB Variations
Color information
#FEEBD6 (or 0xFEEBD6) is known color: Serenade. HEX triplet: FE, EB and D6. RGB value is (254,235,214). Sum of RGB (Red+Green+Blue) = 254+235+214=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD6 is #011429. Grayscale: #EEEEEE. Windows color (decimal): -70698 or 14085118. OLE color: 14085118.
HSL color Cylindrical-coordinate representation of color #FEEBD6: hue angle of 31.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEEBD6 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 214 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.00 |
| HSL | 31.5º | 0.95% | 0.92% | - |
| HSV(B) | 31.5º | 0.16% | 1% | - |
| XYZ | 82.72 | 85.34 | 75.73 | - |
| YUV | 238.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 214 | 0 | 0.07 | 0.16 | 0.00 | 31.5 | 0.95 | 0.92 |
| Hex | FE | EB | D6 | 0 | 7 | 10 | 0 | 1F | 5F | 5C |
| Octal | 376 | 353 | 326 | 0 | 7 | 20 | 0 | 37 | 137 | 134 |
| Binary | 11111110 | 11101011 | 11010110 | 0 | 111 | 10000 | 0 | 11111 | 1011111 | 1011100 |
Color Harmonies of #FEEBD6
Complementary color
Monochromatic Colors of #FEEBD6
Black with #FEEBD6
Text Example
Text Example
White with #FEEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBD6; }
p { color: rgb(254,235,214); }
H1.HeaderClassName
{
color: #FEEBD6;
}
.AnyTagClassName
{
color: #FEEBD6;
}
</style>
background-color css
<style>
a { background-color: #FEEBD6; }
a { background-color: rgb(254,235,214); }
div.DivClassName
{
background-color: #FEEBD6;
}
.BgClassName
{
background-color: #FEEBD6;
}
</style>
border-color css
<style>
span { border-color: #FEEBD6; }
span { border-color: rgb(254,235,214); }
td.TdClassName
{
border-color: #FEEBD6;
}
.TagClassName
{
border-color: #FEEBD6;
}
</style>