Shades of Cherub #FDD3DC
Tints of Cherub #FDD3DC
RGB
CMYK
RGB Variations
Color information
#FDD3DC (or 0xFDD3DC) is known color: Cherub. HEX triplet: FD, D3 and DC. RGB value is (253,211,220). Sum of RGB (Red+Green+Blue) = 253+211+220=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3DC is #022C23. Grayscale: #E0E0E0. Windows color (decimal): -142372 or 14472189. OLE color: 14472189.
HSL color Cylindrical-coordinate representation of color #FDD3DC: hue angle of 347.14º 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 #FDD3DC is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 220 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 347.14º | 0.91% | 0.91% | - |
| HSV(B) | 347.14º | 0.17% | 0.99% | - |
| XYZ | 76.72 | 72.64 | 77.69 | - |
| YUV | 224.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 220 | 0 | 0.17 | 0.13 | 0.01 | 347.14 | 0.91 | 0.91 |
| Hex | FD | D3 | DC | 0 | 11 | D | 1 | 15B | 5B | 5B |
| Octal | 375 | 323 | 334 | 0 | 21 | 15 | 1 | 533 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11011100 | 0 | 10001 | 1101 | 1 | 101011011 | 1011011 | 1011011 |
Color Harmonies of #FDD3DC
Complementary color
Monochromatic Colors of #FDD3DC
Black with #FDD3DC
Text Example
Text Example
White with #FDD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3DC; }
p { color: rgb(253,211,220); }
H1.HeaderClassName
{
color: #FDD3DC;
}
.AnyTagClassName
{
color: #FDD3DC;
}
</style>
background-color css
<style>
a { background-color: #FDD3DC; }
a { background-color: rgb(253,211,220); }
div.DivClassName
{
background-color: #FDD3DC;
}
.BgClassName
{
background-color: #FDD3DC;
}
</style>
border-color css
<style>
span { border-color: #FDD3DC; }
span { border-color: rgb(253,211,220); }
td.TdClassName
{
border-color: #FDD3DC;
}
.TagClassName
{
border-color: #FDD3DC;
}
</style>