Shades of Cherub #FDD1D8
Tints of Cherub #FDD1D8
RGB
CMYK
RGB Variations
Color information
#FDD1D8 (or 0xFDD1D8) is known color: Cherub. HEX triplet: FD, D1 and D8. RGB value is (253,209,216). Sum of RGB (Red+Green+Blue) = 253+209+216=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1D8 is #022E27. Grayscale: #DEDEDE. Windows color (decimal): -142888 or 14209533. OLE color: 14209533.
HSL color Cylindrical-coordinate representation of color #FDD1D8: hue angle of 350.45º degrees, saturation: 0.92, 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 #FDD1D8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 216 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.01 |
| HSL | 350.45º | 0.92% | 0.91% | - |
| HSV(B) | 350.45º | 0.17% | 0.99% | - |
| XYZ | 75.7 | 71.44 | 74.77 | - |
| YUV | 222.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 216 | 0 | 0.17 | 0.15 | 0.01 | 350.45 | 0.92 | 0.91 |
| Hex | FD | D1 | D8 | 0 | 11 | F | 1 | 15E | 5C | 5B |
| Octal | 375 | 321 | 330 | 0 | 21 | 17 | 1 | 536 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11011000 | 0 | 10001 | 1111 | 1 | 101011110 | 1011100 | 1011011 |
Color Harmonies of #FDD1D8
Complementary color
Monochromatic Colors of #FDD1D8
Black with #FDD1D8
Text Example
Text Example
White with #FDD1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1D8; }
p { color: rgb(253,209,216); }
H1.HeaderClassName
{
color: #FDD1D8;
}
.AnyTagClassName
{
color: #FDD1D8;
}
</style>
background-color css
<style>
a { background-color: #FDD1D8; }
a { background-color: rgb(253,209,216); }
div.DivClassName
{
background-color: #FDD1D8;
}
.BgClassName
{
background-color: #FDD1D8;
}
</style>
border-color css
<style>
span { border-color: #FDD1D8; }
span { border-color: rgb(253,209,216); }
td.TdClassName
{
border-color: #FDD1D8;
}
.TagClassName
{
border-color: #FDD1D8;
}
</style>