Shades of Serenade #FEEBDB
Tints of Serenade #FEEBDB
RGB
CMYK
RGB Variations
Color information
#FEEBDB (or 0xFEEBDB) is known color: Serenade. HEX triplet: FE, EB and DB. RGB value is (254,235,219). Sum of RGB (Red+Green+Blue) = 254+235+219=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBDB is #011424. Grayscale: #EEEEEE. Windows color (decimal): -70693 or 14412798. OLE color: 14412798.
HSL color Cylindrical-coordinate representation of color #FEEBDB: hue angle of 27.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEEBDB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 235 | 219 | - |
CMYK | 0 | 0.07 | 0.14 | 0.00 |
HSL | 27.43º | 0.95% | 0.93% | - |
HSV(B) | 27.43º | 0.14% | 1% | - |
XYZ | 83.37 | 85.6 | 79.15 | - |
YUV | 238.86 | 116.79 | 138.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 235 | 219 | 0 | 0.07 | 0.14 | 0.00 | 27.43 | 0.95 | 0.93 |
Hex | FE | EB | DB | 0 | 7 | E | 0 | 1B | 5F | 5D |
Octal | 376 | 353 | 333 | 0 | 7 | 16 | 0 | 33 | 137 | 135 |
Binary | 11111110 | 11101011 | 11011011 | 0 | 111 | 1110 | 0 | 11011 | 1011111 | 1011101 |
Color Harmonies of #FEEBDB
Complementary color
Monochromatic Colors of #FEEBDB
Black with #FEEBDB
Text Example
Text Example
White with #FEEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBDB; }
p { color: rgb(254,235,219); }
H1.HeaderClassName
{
color: #FEEBDB;
}
.AnyTagClassName
{
color: #FEEBDB;
}
</style>
background-color css
<style>
a { background-color: #FEEBDB; }
a { background-color: rgb(254,235,219); }
div.DivClassName
{
background-color: #FEEBDB;
}
.BgClassName
{
background-color: #FEEBDB;
}
</style>
border-color css
<style>
span { border-color: #FEEBDB; }
span { border-color: rgb(254,235,219); }
td.TdClassName
{
border-color: #FEEBDB;
}
.TagClassName
{
border-color: #FEEBDB;
}
</style>