Shades of Cherub #FDD3DA
Tints of Cherub #FDD3DA
RGB
CMYK
RGB Variations
Color information
#FDD3DA (or 0xFDD3DA) is known color: Cherub. HEX triplet: FD, D3 and DA. RGB value is (253,211,218). Sum of RGB (Red+Green+Blue) = 253+211+218=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3DA is #022C25. Grayscale: #E0E0E0. Windows color (decimal): -142374 or 14341117. OLE color: 14341117.
HSL color Cylindrical-coordinate representation of color #FDD3DA: hue angle of 350º 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 #FDD3DA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 218 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.01 |
| HSL | 350º | 0.91% | 0.91% | - |
| HSV(B) | 350º | 0.17% | 0.99% | - |
| XYZ | 76.46 | 72.53 | 76.3 | - |
| YUV | 224.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 218 | 0 | 0.17 | 0.14 | 0.01 | 350 | 0.91 | 0.91 |
| Hex | FD | D3 | DA | 0 | 11 | E | 1 | 15E | 5B | 5B |
| Octal | 375 | 323 | 332 | 0 | 21 | 16 | 1 | 536 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11011010 | 0 | 10001 | 1110 | 1 | 101011110 | 1011011 | 1011011 |
Color Harmonies of #FDD3DA
Complementary color
Monochromatic Colors of #FDD3DA
Black with #FDD3DA
Text Example
Text Example
White with #FDD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3DA; }
p { color: rgb(253,211,218); }
H1.HeaderClassName
{
color: #FDD3DA;
}
.AnyTagClassName
{
color: #FDD3DA;
}
</style>
background-color css
<style>
a { background-color: #FDD3DA; }
a { background-color: rgb(253,211,218); }
div.DivClassName
{
background-color: #FDD3DA;
}
.BgClassName
{
background-color: #FDD3DA;
}
</style>
border-color css
<style>
span { border-color: #FDD3DA; }
span { border-color: rgb(253,211,218); }
td.TdClassName
{
border-color: #FDD3DA;
}
.TagClassName
{
border-color: #FDD3DA;
}
</style>