Shades of Chantilly #F0C1CA
Tints of Chantilly #F0C1CA
RGB
CMYK
RGB Variations
Color information
#F0C1CA (or 0xF0C1CA) is known color: Chantilly. HEX triplet: F0, C1 and CA. RGB value is (240,193,202). Sum of RGB (Red+Green+Blue) = 240+193+202=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1CA is #0F3E35. Grayscale: #D0D0D0. Windows color (decimal): -998966 or 13287920. OLE color: 13287920.
HSL color Cylindrical-coordinate representation of color #F0C1CA: hue angle of 348.51º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C1CA is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 202 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.06 |
| HSL | 348.51º | 0.61% | 0.85% | - |
| HSV(B) | 348.51º | 0.2% | 0.94% | - |
| XYZ | 65.67 | 60.93 | 64.18 | - |
| YUV | 208.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 202 | 0 | 0.20 | 0.16 | 0.06 | 348.51 | 0.61 | 0.85 |
| Hex | F0 | C1 | CA | 0 | 14 | 10 | 6 | 15D | 3D | 55 |
| Octal | 360 | 301 | 312 | 0 | 24 | 20 | 6 | 535 | 75 | 125 |
| Binary | 11110000 | 11000001 | 11001010 | 0 | 10100 | 10000 | 110 | 101011101 | 111101 | 1010101 |
Color Harmonies of #F0C1CA
Complementary color
Monochromatic Colors of #F0C1CA
Black with #F0C1CA
Text Example
Text Example
White with #F0C1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1CA; }
p { color: rgb(240,193,202); }
H1.HeaderClassName
{
color: #F0C1CA;
}
.AnyTagClassName
{
color: #F0C1CA;
}
</style>
background-color css
<style>
a { background-color: #F0C1CA; }
a { background-color: rgb(240,193,202); }
div.DivClassName
{
background-color: #F0C1CA;
}
.BgClassName
{
background-color: #F0C1CA;
}
</style>
border-color css
<style>
span { border-color: #F0C1CA; }
span { border-color: rgb(240,193,202); }
td.TdClassName
{
border-color: #F0C1CA;
}
.TagClassName
{
border-color: #F0C1CA;
}
</style>