Shades of Cherub #F5D3D7
Tints of Cherub #F5D3D7
RGB
CMYK
RGB Variations
Color information
#F5D3D7 (or 0xF5D3D7) is known color: Cherub. HEX triplet: F5, D3 and D7. RGB value is (245,211,215). Sum of RGB (Red+Green+Blue) = 245+211+215=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D3D7 is #0A2C28. Grayscale: #DDDDDD. Windows color (decimal): -666665 or 14144501. OLE color: 14144501.
HSL color Cylindrical-coordinate representation of color #F5D3D7: hue angle of 352.94º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D3D7 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 215 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.04 |
| HSL | 352.94º | 0.63% | 0.89% | - |
| HSV(B) | 352.94º | 0.14% | 0.96% | - |
| XYZ | 73.22 | 70.91 | 74.12 | - |
| YUV | 221.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 215 | 0 | 0.14 | 0.12 | 0.04 | 352.94 | 0.63 | 0.89 |
| Hex | F5 | D3 | D7 | 0 | E | C | 4 | 161 | 3F | 59 |
| Octal | 365 | 323 | 327 | 0 | 16 | 14 | 4 | 541 | 77 | 131 |
| Binary | 11110101 | 11010011 | 11010111 | 0 | 1110 | 1100 | 100 | 101100001 | 111111 | 1011001 |
Color Harmonies of #F5D3D7
Complementary color
Monochromatic Colors of #F5D3D7
Black with #F5D3D7
Text Example
Text Example
White with #F5D3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D3D7; }
p { color: rgb(245,211,215); }
H1.HeaderClassName
{
color: #F5D3D7;
}
.AnyTagClassName
{
color: #F5D3D7;
}
</style>
background-color css
<style>
a { background-color: #F5D3D7; }
a { background-color: rgb(245,211,215); }
div.DivClassName
{
background-color: #F5D3D7;
}
.BgClassName
{
background-color: #F5D3D7;
}
</style>
border-color css
<style>
span { border-color: #F5D3D7; }
span { border-color: rgb(245,211,215); }
td.TdClassName
{
border-color: #F5D3D7;
}
.TagClassName
{
border-color: #F5D3D7;
}
</style>