Shades of Serenade #FEEDDB
Tints of Serenade #FEEDDB
RGB
CMYK
RGB Variations
Color information
#FEEDDB (or 0xFEEDDB) is known color: Serenade. HEX triplet: FE, ED and DB. RGB value is (254,237,219). Sum of RGB (Red+Green+Blue) = 254+237+219=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDDB is #011224. Grayscale: #F0F0F0. Windows color (decimal): -70181 or 14413310. OLE color: 14413310.
HSL color Cylindrical-coordinate representation of color #FEEDDB: hue angle of 30.86º 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 #FEEDDB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 237 | 219 | - |
CMYK | 0 | 0.07 | 0.14 | 0.00 |
HSL | 30.86º | 0.95% | 0.93% | - |
HSV(B) | 30.86º | 0.14% | 1% | - |
XYZ | 83.94 | 86.75 | 79.34 | - |
YUV | 240.03 | 116.13 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 237 | 219 | 0 | 0.07 | 0.14 | 0.00 | 30.86 | 0.95 | 0.93 |
Hex | FE | ED | DB | 0 | 7 | E | 0 | 1F | 5F | 5D |
Octal | 376 | 355 | 333 | 0 | 7 | 16 | 0 | 37 | 137 | 135 |
Binary | 11111110 | 11101101 | 11011011 | 0 | 111 | 1110 | 0 | 11111 | 1011111 | 1011101 |
Color Harmonies of #FEEDDB
Complementary color
Monochromatic Colors of #FEEDDB
Black with #FEEDDB
Text Example
Text Example
White with #FEEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDDB; }
p { color: rgb(254,237,219); }
H1.HeaderClassName
{
color: #FEEDDB;
}
.AnyTagClassName
{
color: #FEEDDB;
}
</style>
background-color css
<style>
a { background-color: #FEEDDB; }
a { background-color: rgb(254,237,219); }
div.DivClassName
{
background-color: #FEEDDB;
}
.BgClassName
{
background-color: #FEEDDB;
}
</style>
border-color css
<style>
span { border-color: #FEEDDB; }
span { border-color: rgb(254,237,219); }
td.TdClassName
{
border-color: #FEEDDB;
}
.TagClassName
{
border-color: #FEEDDB;
}
</style>