Shades of Cherub #FDD2DB
Tints of Cherub #FDD2DB
RGB
CMYK
RGB Variations
Color information
#FDD2DB (or 0xFDD2DB) is known color: Cherub. HEX triplet: FD, D2 and DB. RGB value is (253,210,219). Sum of RGB (Red+Green+Blue) = 253+210+219=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2DB is #022D24. Grayscale: #DFDFDF. Windows color (decimal): -142629 or 14406397. OLE color: 14406397.
HSL color Cylindrical-coordinate representation of color #FDD2DB: hue angle of 347.44º 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 #FDD2DB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 219 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 347.44º | 0.91% | 0.91% | - |
| HSV(B) | 347.44º | 0.17% | 0.99% | - |
| XYZ | 76.34 | 72.09 | 76.91 | - |
| YUV | 223.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 219 | 0 | 0.17 | 0.13 | 0.01 | 347.44 | 0.91 | 0.91 |
| Hex | FD | D2 | DB | 0 | 11 | D | 1 | 15B | 5B | 5B |
| Octal | 375 | 322 | 333 | 0 | 21 | 15 | 1 | 533 | 133 | 133 |
| Binary | 11111101 | 11010010 | 11011011 | 0 | 10001 | 1101 | 1 | 101011011 | 1011011 | 1011011 |
Color Harmonies of #FDD2DB
Complementary color
Monochromatic Colors of #FDD2DB
Black with #FDD2DB
Text Example
Text Example
White with #FDD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2DB; }
p { color: rgb(253,210,219); }
H1.HeaderClassName
{
color: #FDD2DB;
}
.AnyTagClassName
{
color: #FDD2DB;
}
</style>
background-color css
<style>
a { background-color: #FDD2DB; }
a { background-color: rgb(253,210,219); }
div.DivClassName
{
background-color: #FDD2DB;
}
.BgClassName
{
background-color: #FDD2DB;
}
</style>
border-color css
<style>
span { border-color: #FDD2DB; }
span { border-color: rgb(253,210,219); }
td.TdClassName
{
border-color: #FDD2DB;
}
.TagClassName
{
border-color: #FDD2DB;
}
</style>