Shades of Cherub #F5D6DC
Tints of Cherub #F5D6DC
RGB
CMYK
RGB Variations
Color information
#F5D6DC (or 0xF5D6DC) is known color: Cherub. HEX triplet: F5, D6 and DC. RGB value is (245,214,220). Sum of RGB (Red+Green+Blue) = 245+214+220=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D6DC is #0A2923. Grayscale: #DFDFDF. Windows color (decimal): -665892 or 14472949. OLE color: 14472949.
HSL color Cylindrical-coordinate representation of color #F5D6DC: hue angle of 348.39º degrees, saturation: 0.61, 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 #F5D6DC is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 220 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.04 |
| HSL | 348.39º | 0.61% | 0.9% | - |
| HSV(B) | 348.39º | 0.13% | 0.96% | - |
| XYZ | 74.62 | 72.67 | 77.8 | - |
| YUV | 223.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 220 | 0 | 0.13 | 0.10 | 0.04 | 348.39 | 0.61 | 0.9 |
| Hex | F5 | D6 | DC | 0 | D | A | 4 | 15C | 3D | 5A |
| Octal | 365 | 326 | 334 | 0 | 15 | 12 | 4 | 534 | 75 | 132 |
| Binary | 11110101 | 11010110 | 11011100 | 0 | 1101 | 1010 | 100 | 101011100 | 111101 | 1011010 |
Color Harmonies of #F5D6DC
Complementary color
Monochromatic Colors of #F5D6DC
Black with #F5D6DC
Text Example
Text Example
White with #F5D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D6DC; }
p { color: rgb(245,214,220); }
H1.HeaderClassName
{
color: #F5D6DC;
}
.AnyTagClassName
{
color: #F5D6DC;
}
</style>
background-color css
<style>
a { background-color: #F5D6DC; }
a { background-color: rgb(245,214,220); }
div.DivClassName
{
background-color: #F5D6DC;
}
.BgClassName
{
background-color: #F5D6DC;
}
</style>
border-color css
<style>
span { border-color: #F5D6DC; }
span { border-color: rgb(245,214,220); }
td.TdClassName
{
border-color: #F5D6DC;
}
.TagClassName
{
border-color: #F5D6DC;
}
</style>