Shades of Cherub #FDD3DB
Tints of Cherub #FDD3DB
RGB
CMYK
RGB Variations
Color information
#FDD3DB (or 0xFDD3DB) is known color: Cherub. HEX triplet: FD, D3 and DB. RGB value is (253,211,219). Sum of RGB (Red+Green+Blue) = 253+211+219=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3DB is #022C24. Grayscale: #E0E0E0. Windows color (decimal): -142373 or 14406653. OLE color: 14406653.
HSL color Cylindrical-coordinate representation of color #FDD3DB: hue angle of 348.57º 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 #FDD3DB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 219 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 348.57º | 0.91% | 0.91% | - |
| HSV(B) | 348.57º | 0.17% | 0.99% | - |
| XYZ | 76.59 | 72.59 | 76.99 | - |
| YUV | 224.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 219 | 0 | 0.17 | 0.13 | 0.01 | 348.57 | 0.91 | 0.91 |
| Hex | FD | D3 | DB | 0 | 11 | D | 1 | 15D | 5B | 5B |
| Octal | 375 | 323 | 333 | 0 | 21 | 15 | 1 | 535 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11011011 | 0 | 10001 | 1101 | 1 | 101011101 | 1011011 | 1011011 |
Color Harmonies of #FDD3DB
Complementary color
Monochromatic Colors of #FDD3DB
Black with #FDD3DB
Text Example
Text Example
White with #FDD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3DB; }
p { color: rgb(253,211,219); }
H1.HeaderClassName
{
color: #FDD3DB;
}
.AnyTagClassName
{
color: #FDD3DB;
}
</style>
background-color css
<style>
a { background-color: #FDD3DB; }
a { background-color: rgb(253,211,219); }
div.DivClassName
{
background-color: #FDD3DB;
}
.BgClassName
{
background-color: #FDD3DB;
}
</style>
border-color css
<style>
span { border-color: #FDD3DB; }
span { border-color: rgb(253,211,219); }
td.TdClassName
{
border-color: #FDD3DB;
}
.TagClassName
{
border-color: #FDD3DB;
}
</style>