Shades of Cherub #F5D3DB
Tints of Cherub #F5D3DB
RGB
CMYK
RGB Variations
Color information
#F5D3DB (or 0xF5D3DB) is known color: Cherub. HEX triplet: F5, D3 and DB. RGB value is (245,211,219). Sum of RGB (Red+Green+Blue) = 245+211+219=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D3DB is #0A2C24. Grayscale: #DEDEDE. Windows color (decimal): -666661 or 14406645. OLE color: 14406645.
HSL color Cylindrical-coordinate representation of color #F5D3DB: hue angle of 345.88º 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 #F5D3DB is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 219 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.04 |
| HSL | 345.88º | 0.63% | 0.89% | - |
| HSV(B) | 345.88º | 0.14% | 0.96% | - |
| XYZ | 73.74 | 71.12 | 76.86 | - |
| YUV | 222.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 219 | 0 | 0.14 | 0.11 | 0.04 | 345.88 | 0.63 | 0.89 |
| Hex | F5 | D3 | DB | 0 | E | B | 4 | 15A | 3F | 59 |
| Octal | 365 | 323 | 333 | 0 | 16 | 13 | 4 | 532 | 77 | 131 |
| Binary | 11110101 | 11010011 | 11011011 | 0 | 1110 | 1011 | 100 | 101011010 | 111111 | 1011001 |
Color Harmonies of #F5D3DB
Complementary color
Monochromatic Colors of #F5D3DB
Black with #F5D3DB
Text Example
Text Example
White with #F5D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D3DB; }
p { color: rgb(245,211,219); }
H1.HeaderClassName
{
color: #F5D3DB;
}
.AnyTagClassName
{
color: #F5D3DB;
}
</style>
background-color css
<style>
a { background-color: #F5D3DB; }
a { background-color: rgb(245,211,219); }
div.DivClassName
{
background-color: #F5D3DB;
}
.BgClassName
{
background-color: #F5D3DB;
}
</style>
border-color css
<style>
span { border-color: #F5D3DB; }
span { border-color: rgb(245,211,219); }
td.TdClassName
{
border-color: #F5D3DB;
}
.TagClassName
{
border-color: #F5D3DB;
}
</style>