Shades of Cherub #F5D7DF
Tints of Cherub #F5D7DF
RGB
CMYK
RGB Variations
Color information
#F5D7DF (or 0xF5D7DF) is known color: Cherub. HEX triplet: F5, D7 and DF. RGB value is (245,215,223). Sum of RGB (Red+Green+Blue) = 245+215+223=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D7DF is #0A2820. Grayscale: #E0E0E0. Windows color (decimal): -665633 or 14669813. OLE color: 14669813.
HSL color Cylindrical-coordinate representation of color #F5D7DF: hue angle of 344º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D7DF is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 223 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.04 |
| HSL | 344º | 0.6% | 0.9% | - |
| HSV(B) | 344º | 0.12% | 0.96% | - |
| XYZ | 75.28 | 73.34 | 80 | - |
| YUV | 224.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 223 | 0 | 0.12 | 0.09 | 0.04 | 344 | 0.6 | 0.9 |
| Hex | F5 | D7 | DF | 0 | C | 9 | 4 | 158 | 3C | 5A |
| Octal | 365 | 327 | 337 | 0 | 14 | 11 | 4 | 530 | 74 | 132 |
| Binary | 11110101 | 11010111 | 11011111 | 0 | 1100 | 1001 | 100 | 101011000 | 111100 | 1011010 |
Color Harmonies of #F5D7DF
Complementary color
Monochromatic Colors of #F5D7DF
Black with #F5D7DF
Text Example
Text Example
White with #F5D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D7DF; }
p { color: rgb(245,215,223); }
H1.HeaderClassName
{
color: #F5D7DF;
}
.AnyTagClassName
{
color: #F5D7DF;
}
</style>
background-color css
<style>
a { background-color: #F5D7DF; }
a { background-color: rgb(245,215,223); }
div.DivClassName
{
background-color: #F5D7DF;
}
.BgClassName
{
background-color: #F5D7DF;
}
</style>
border-color css
<style>
span { border-color: #F5D7DF; }
span { border-color: rgb(245,215,223); }
td.TdClassName
{
border-color: #F5D7DF;
}
.TagClassName
{
border-color: #F5D7DF;
}
</style>