Shades of Cherub #FED1D9
Tints of Cherub #FED1D9
RGB
CMYK
RGB Variations
Color information
#FED1D9 (or 0xFED1D9) is known color: Cherub. HEX triplet: FE, D1 and D9. RGB value is (254,209,217). Sum of RGB (Red+Green+Blue) = 254+209+217=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1D9 is #012E26. Grayscale: #DFDFDF. Windows color (decimal): -77351 or 14275070. OLE color: 14275070.
HSL color Cylindrical-coordinate representation of color #FED1D9: hue angle of 349.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED1D9 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 217 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.00 |
| HSL | 349.33º | 0.96% | 0.91% | - |
| HSV(B) | 349.33º | 0.18% | 1% | - |
| XYZ | 76.2 | 71.68 | 75.47 | - |
| YUV | 223.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 217 | 0 | 0.18 | 0.15 | 0.00 | 349.33 | 0.96 | 0.91 |
| Hex | FE | D1 | D9 | 0 | 12 | F | 0 | 15D | 60 | 5B |
| Octal | 376 | 321 | 331 | 0 | 22 | 17 | 0 | 535 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11011001 | 0 | 10010 | 1111 | 0 | 101011101 | 1100000 | 1011011 |
Color Harmonies of #FED1D9
Complementary color
Monochromatic Colors of #FED1D9
Black with #FED1D9
Text Example
Text Example
White with #FED1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1D9; }
p { color: rgb(254,209,217); }
H1.HeaderClassName
{
color: #FED1D9;
}
.AnyTagClassName
{
color: #FED1D9;
}
</style>
background-color css
<style>
a { background-color: #FED1D9; }
a { background-color: rgb(254,209,217); }
div.DivClassName
{
background-color: #FED1D9;
}
.BgClassName
{
background-color: #FED1D9;
}
</style>
border-color css
<style>
span { border-color: #FED1D9; }
span { border-color: rgb(254,209,217); }
td.TdClassName
{
border-color: #FED1D9;
}
.TagClassName
{
border-color: #FED1D9;
}
</style>