Shades of Cherub #F5D5DC
Tints of Cherub #F5D5DC
RGB
CMYK
RGB Variations
Color information
#F5D5DC (or 0xF5D5DC) is known color: Cherub. HEX triplet: F5, D5 and DC. RGB value is (245,213,220). Sum of RGB (Red+Green+Blue) = 245+213+220=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5DC is #0A2A23. Grayscale: #DFDFDF. Windows color (decimal): -666148 or 14472693. OLE color: 14472693.
HSL color Cylindrical-coordinate representation of color #F5D5DC: hue angle of 346.88º 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 #F5D5DC is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 220 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.04 |
| HSL | 346.88º | 0.62% | 0.9% | - |
| HSV(B) | 346.88º | 0.13% | 0.96% | - |
| XYZ | 74.37 | 72.17 | 77.72 | - |
| YUV | 223.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 220 | 0 | 0.13 | 0.10 | 0.04 | 346.88 | 0.62 | 0.9 |
| Hex | F5 | D5 | DC | 0 | D | A | 4 | 15B | 3E | 5A |
| Octal | 365 | 325 | 334 | 0 | 15 | 12 | 4 | 533 | 76 | 132 |
| Binary | 11110101 | 11010101 | 11011100 | 0 | 1101 | 1010 | 100 | 101011011 | 111110 | 1011010 |
Color Harmonies of #F5D5DC
Complementary color
Monochromatic Colors of #F5D5DC
Black with #F5D5DC
Text Example
Text Example
White with #F5D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5DC; }
p { color: rgb(245,213,220); }
H1.HeaderClassName
{
color: #F5D5DC;
}
.AnyTagClassName
{
color: #F5D5DC;
}
</style>
background-color css
<style>
a { background-color: #F5D5DC; }
a { background-color: rgb(245,213,220); }
div.DivClassName
{
background-color: #F5D5DC;
}
.BgClassName
{
background-color: #F5D5DC;
}
</style>
border-color css
<style>
span { border-color: #F5D5DC; }
span { border-color: rgb(245,213,220); }
td.TdClassName
{
border-color: #F5D5DC;
}
.TagClassName
{
border-color: #F5D5DC;
}
</style>