Shades of Cherub #F5D4DC
Tints of Cherub #F5D4DC
RGB
CMYK
RGB Variations
Color information
#F5D4DC (or 0xF5D4DC) is known color: Cherub. HEX triplet: F5, D4 and DC. RGB value is (245,212,220). Sum of RGB (Red+Green+Blue) = 245+212+220=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4DC is #0A2B23. Grayscale: #DEDEDE. Windows color (decimal): -666404 or 14472437. OLE color: 14472437.
HSL color Cylindrical-coordinate representation of color #F5D4DC: hue angle of 345.45º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D4DC is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 220 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.04 |
| HSL | 345.45º | 0.62% | 0.9% | - |
| HSV(B) | 345.45º | 0.13% | 0.96% | - |
| XYZ | 74.12 | 71.67 | 77.64 | - |
| YUV | 222.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 220 | 0 | 0.13 | 0.10 | 0.04 | 345.45 | 0.62 | 0.9 |
| Hex | F5 | D4 | DC | 0 | D | A | 4 | 159 | 3E | 5A |
| Octal | 365 | 324 | 334 | 0 | 15 | 12 | 4 | 531 | 76 | 132 |
| Binary | 11110101 | 11010100 | 11011100 | 0 | 1101 | 1010 | 100 | 101011001 | 111110 | 1011010 |
Color Harmonies of #F5D4DC
Complementary color
Monochromatic Colors of #F5D4DC
Black with #F5D4DC
Text Example
Text Example
White with #F5D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4DC; }
p { color: rgb(245,212,220); }
H1.HeaderClassName
{
color: #F5D4DC;
}
.AnyTagClassName
{
color: #F5D4DC;
}
</style>
background-color css
<style>
a { background-color: #F5D4DC; }
a { background-color: rgb(245,212,220); }
div.DivClassName
{
background-color: #F5D4DC;
}
.BgClassName
{
background-color: #F5D4DC;
}
</style>
border-color css
<style>
span { border-color: #F5D4DC; }
span { border-color: rgb(245,212,220); }
td.TdClassName
{
border-color: #F5D4DC;
}
.TagClassName
{
border-color: #F5D4DC;
}
</style>