Shades of Cherub #FED2DB
Tints of Cherub #FED2DB
RGB
CMYK
RGB Variations
Color information
#FED2DB (or 0xFED2DB) is known color: Cherub. HEX triplet: FE, D2 and DB. RGB value is (254,210,219). Sum of RGB (Red+Green+Blue) = 254+210+219=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2DB is #012D24. Grayscale: #E0E0E0. Windows color (decimal): -77093 or 14406398. OLE color: 14406398.
HSL color Cylindrical-coordinate representation of color #FED2DB: hue angle of 347.73º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED2DB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 210 | 219 | - |
CMYK | 0 | 0.17 | 0.14 | 0.00 |
HSL | 347.73º | 0.96% | 0.91% | - |
HSV(B) | 347.73º | 0.17% | 1% | - |
XYZ | 76.71 | 72.28 | 76.93 | - |
YUV | 224.18 | 125.08 | 149.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 210 | 219 | 0 | 0.17 | 0.14 | 0.00 | 347.73 | 0.96 | 0.91 |
Hex | FE | D2 | DB | 0 | 11 | E | 0 | 15C | 60 | 5B |
Octal | 376 | 322 | 333 | 0 | 21 | 16 | 0 | 534 | 140 | 133 |
Binary | 11111110 | 11010010 | 11011011 | 0 | 10001 | 1110 | 0 | 101011100 | 1100000 | 1011011 |
Color Harmonies of #FED2DB
Complementary color
Monochromatic Colors of #FED2DB
Black with #FED2DB
Text Example
Text Example
White with #FED2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2DB; }
p { color: rgb(254,210,219); }
H1.HeaderClassName
{
color: #FED2DB;
}
.AnyTagClassName
{
color: #FED2DB;
}
</style>
background-color css
<style>
a { background-color: #FED2DB; }
a { background-color: rgb(254,210,219); }
div.DivClassName
{
background-color: #FED2DB;
}
.BgClassName
{
background-color: #FED2DB;
}
</style>
border-color css
<style>
span { border-color: #FED2DB; }
span { border-color: rgb(254,210,219); }
td.TdClassName
{
border-color: #FED2DB;
}
.TagClassName
{
border-color: #FED2DB;
}
</style>