Shades of Cherub #FDD4DC
Tints of Cherub #FDD4DC
RGB
CMYK
RGB Variations
Color information
#FDD4DC (or 0xFDD4DC) is known color: Cherub. HEX triplet: FD, D4 and DC. RGB value is (253,212,220). Sum of RGB (Red+Green+Blue) = 253+212+220=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4DC is #022B23. Grayscale: #E1E1E1. Windows color (decimal): -142116 or 14472445. OLE color: 14472445.
HSL color Cylindrical-coordinate representation of color #FDD4DC: hue angle of 348.29º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD4DC is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 220 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.01 |
| HSL | 348.29º | 0.91% | 0.91% | - |
| HSV(B) | 348.29º | 0.16% | 0.99% | - |
| XYZ | 76.97 | 73.14 | 77.77 | - |
| YUV | 225.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 220 | 0 | 0.16 | 0.13 | 0.01 | 348.29 | 0.91 | 0.91 |
| Hex | FD | D4 | DC | 0 | 10 | D | 1 | 15C | 5B | 5B |
| Octal | 375 | 324 | 334 | 0 | 20 | 15 | 1 | 534 | 133 | 133 |
| Binary | 11111101 | 11010100 | 11011100 | 0 | 10000 | 1101 | 1 | 101011100 | 1011011 | 1011011 |
Color Harmonies of #FDD4DC
Complementary color
Monochromatic Colors of #FDD4DC
Black with #FDD4DC
Text Example
Text Example
White with #FDD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4DC; }
p { color: rgb(253,212,220); }
H1.HeaderClassName
{
color: #FDD4DC;
}
.AnyTagClassName
{
color: #FDD4DC;
}
</style>
background-color css
<style>
a { background-color: #FDD4DC; }
a { background-color: rgb(253,212,220); }
div.DivClassName
{
background-color: #FDD4DC;
}
.BgClassName
{
background-color: #FDD4DC;
}
</style>
border-color css
<style>
span { border-color: #FDD4DC; }
span { border-color: rgb(253,212,220); }
td.TdClassName
{
border-color: #FDD4DC;
}
.TagClassName
{
border-color: #FDD4DC;
}
</style>