Shades of Cherub #FED2D9
Tints of Cherub #FED2D9
RGB
CMYK
RGB Variations
Color information
#FED2D9 (or 0xFED2D9) is known color: Cherub. HEX triplet: FE, D2 and D9. RGB value is (254,210,217). Sum of RGB (Red+Green+Blue) = 254+210+217=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2D9 is #012D26. Grayscale: #DFDFDF. Windows color (decimal): -77095 or 14275326. OLE color: 14275326.
HSL color Cylindrical-coordinate representation of color #FED2D9: hue angle of 350.45º 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 #FED2D9 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 217 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.00 |
| HSL | 350.45º | 0.96% | 0.91% | - |
| HSV(B) | 350.45º | 0.17% | 1% | - |
| XYZ | 76.44 | 72.17 | 75.55 | - |
| YUV | 223.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 217 | 0 | 0.17 | 0.15 | 0.00 | 350.45 | 0.96 | 0.91 |
| Hex | FE | D2 | D9 | 0 | 11 | F | 0 | 15E | 60 | 5B |
| Octal | 376 | 322 | 331 | 0 | 21 | 17 | 0 | 536 | 140 | 133 |
| Binary | 11111110 | 11010010 | 11011001 | 0 | 10001 | 1111 | 0 | 101011110 | 1100000 | 1011011 |
Color Harmonies of #FED2D9
Complementary color
Monochromatic Colors of #FED2D9
Black with #FED2D9
Text Example
Text Example
White with #FED2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2D9; }
p { color: rgb(254,210,217); }
H1.HeaderClassName
{
color: #FED2D9;
}
.AnyTagClassName
{
color: #FED2D9;
}
</style>
background-color css
<style>
a { background-color: #FED2D9; }
a { background-color: rgb(254,210,217); }
div.DivClassName
{
background-color: #FED2D9;
}
.BgClassName
{
background-color: #FED2D9;
}
</style>
border-color css
<style>
span { border-color: #FED2D9; }
span { border-color: rgb(254,210,217); }
td.TdClassName
{
border-color: #FED2D9;
}
.TagClassName
{
border-color: #FED2D9;
}
</style>