Shades of Cherub #F6D3D9
Tints of Cherub #F6D3D9
RGB
CMYK
RGB Variations
Color information
#F6D3D9 (or 0xF6D3D9) is known color: Cherub. HEX triplet: F6, D3 and D9. RGB value is (246,211,217). Sum of RGB (Red+Green+Blue) = 246+211+217=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3D9 is #092C26. Grayscale: #DEDEDE. Windows color (decimal): -601127 or 14275574. OLE color: 14275574.
HSL color Cylindrical-coordinate representation of color #F6D3D9: hue angle of 349.71º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D3D9 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 217 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.04 |
| HSL | 349.71º | 0.66% | 0.9% | - |
| HSV(B) | 349.71º | 0.14% | 0.96% | - |
| XYZ | 73.82 | 71.19 | 75.5 | - |
| YUV | 222.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 217 | 0 | 0.14 | 0.12 | 0.04 | 349.71 | 0.66 | 0.9 |
| Hex | F6 | D3 | D9 | 0 | E | C | 4 | 15E | 42 | 5A |
| Octal | 366 | 323 | 331 | 0 | 16 | 14 | 4 | 536 | 102 | 132 |
| Binary | 11110110 | 11010011 | 11011001 | 0 | 1110 | 1100 | 100 | 101011110 | 1000010 | 1011010 |
Color Harmonies of #F6D3D9
Complementary color
Monochromatic Colors of #F6D3D9
Black with #F6D3D9
Text Example
Text Example
White with #F6D3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3D9; }
p { color: rgb(246,211,217); }
H1.HeaderClassName
{
color: #F6D3D9;
}
.AnyTagClassName
{
color: #F6D3D9;
}
</style>
background-color css
<style>
a { background-color: #F6D3D9; }
a { background-color: rgb(246,211,217); }
div.DivClassName
{
background-color: #F6D3D9;
}
.BgClassName
{
background-color: #F6D3D9;
}
</style>
border-color css
<style>
span { border-color: #F6D3D9; }
span { border-color: rgb(246,211,217); }
td.TdClassName
{
border-color: #F6D3D9;
}
.TagClassName
{
border-color: #F6D3D9;
}
</style>