Shades of Cherub #FDD2D9
Tints of Cherub #FDD2D9
RGB
CMYK
RGB Variations
Color information
#FDD2D9 (or 0xFDD2D9) is known color: Cherub. HEX triplet: FD, D2 and D9. RGB value is (253,210,217). Sum of RGB (Red+Green+Blue) = 253+210+217=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2D9 is #022D26. Grayscale: #DFDFDF. Windows color (decimal): -142631 or 14275325. OLE color: 14275325.
HSL color Cylindrical-coordinate representation of color #FDD2D9: hue angle of 350.23º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2D9 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 217 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.01 |
| HSL | 350.23º | 0.91% | 0.91% | - |
| HSV(B) | 350.23º | 0.17% | 0.99% | - |
| XYZ | 76.08 | 71.99 | 75.53 | - |
| YUV | 223.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 217 | 0 | 0.17 | 0.14 | 0.01 | 350.23 | 0.91 | 0.91 |
| Hex | FD | D2 | D9 | 0 | 11 | E | 1 | 15E | 5B | 5B |
| Octal | 375 | 322 | 331 | 0 | 21 | 16 | 1 | 536 | 133 | 133 |
| Binary | 11111101 | 11010010 | 11011001 | 0 | 10001 | 1110 | 1 | 101011110 | 1011011 | 1011011 |
Color Harmonies of #FDD2D9
Complementary color
Monochromatic Colors of #FDD2D9
Black with #FDD2D9
Text Example
Text Example
White with #FDD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2D9; }
p { color: rgb(253,210,217); }
H1.HeaderClassName
{
color: #FDD2D9;
}
.AnyTagClassName
{
color: #FDD2D9;
}
</style>
background-color css
<style>
a { background-color: #FDD2D9; }
a { background-color: rgb(253,210,217); }
div.DivClassName
{
background-color: #FDD2D9;
}
.BgClassName
{
background-color: #FDD2D9;
}
</style>
border-color css
<style>
span { border-color: #FDD2D9; }
span { border-color: rgb(253,210,217); }
td.TdClassName
{
border-color: #FDD2D9;
}
.TagClassName
{
border-color: #FDD2D9;
}
</style>