Shades of Chantilly #F2C0D0
Tints of Chantilly #F2C0D0
RGB
CMYK
RGB Variations
Color information
#F2C0D0 (or 0xF2C0D0) is known color: Chantilly. HEX triplet: F2, C0 and D0. RGB value is (242,192,208). Sum of RGB (Red+Green+Blue) = 242+192+208=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0D0 is #0D3F2F. Grayscale: #D0D0D0. Windows color (decimal): -868144 or 13680882. OLE color: 13680882.
HSL color Cylindrical-coordinate representation of color #F2C0D0: hue angle of 340.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0D0 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 208 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.05 |
| HSL | 340.8º | 0.66% | 0.85% | - |
| HSV(B) | 340.8º | 0.21% | 0.95% | - |
| XYZ | 66.85 | 61.13 | 67.95 | - |
| YUV | 208.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 208 | 0 | 0.21 | 0.14 | 0.05 | 340.8 | 0.66 | 0.85 |
| Hex | F2 | C0 | D0 | 0 | 15 | E | 5 | 155 | 42 | 55 |
| Octal | 362 | 300 | 320 | 0 | 25 | 16 | 5 | 525 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11010000 | 0 | 10101 | 1110 | 101 | 101010101 | 1000010 | 1010101 |
Color Harmonies of #F2C0D0
Complementary color
Monochromatic Colors of #F2C0D0
Black with #F2C0D0
Text Example
Text Example
White with #F2C0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0D0; }
p { color: rgb(242,192,208); }
H1.HeaderClassName
{
color: #F2C0D0;
}
.AnyTagClassName
{
color: #F2C0D0;
}
</style>
background-color css
<style>
a { background-color: #F2C0D0; }
a { background-color: rgb(242,192,208); }
div.DivClassName
{
background-color: #F2C0D0;
}
.BgClassName
{
background-color: #F2C0D0;
}
</style>
border-color css
<style>
span { border-color: #F2C0D0; }
span { border-color: rgb(242,192,208); }
td.TdClassName
{
border-color: #F2C0D0;
}
.TagClassName
{
border-color: #F2C0D0;
}
</style>