Shades of Chantilly #F0C1CC
Tints of Chantilly #F0C1CC
RGB
CMYK
RGB Variations
Color information
#F0C1CC (or 0xF0C1CC) is known color: Chantilly. HEX triplet: F0, C1 and CC. RGB value is (240,193,204). Sum of RGB (Red+Green+Blue) = 240+193+204=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1CC is #0F3E33. Grayscale: #D0D0D0. Windows color (decimal): -998964 or 13418992. OLE color: 13418992.
HSL color Cylindrical-coordinate representation of color #F0C1CC: hue angle of 345.96º 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 #F0C1CC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 204 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.06 |
| HSL | 345.96º | 0.61% | 0.85% | - |
| HSV(B) | 345.96º | 0.2% | 0.94% | - |
| XYZ | 65.9 | 61.02 | 65.43 | - |
| YUV | 208.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 204 | 0 | 0.20 | 0.15 | 0.06 | 345.96 | 0.61 | 0.85 |
| Hex | F0 | C1 | CC | 0 | 14 | F | 6 | 15A | 3D | 55 |
| Octal | 360 | 301 | 314 | 0 | 24 | 17 | 6 | 532 | 75 | 125 |
| Binary | 11110000 | 11000001 | 11001100 | 0 | 10100 | 1111 | 110 | 101011010 | 111101 | 1010101 |
Color Harmonies of #F0C1CC
Complementary color
Monochromatic Colors of #F0C1CC
Black with #F0C1CC
Text Example
Text Example
White with #F0C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1CC; }
p { color: rgb(240,193,204); }
H1.HeaderClassName
{
color: #F0C1CC;
}
.AnyTagClassName
{
color: #F0C1CC;
}
</style>
background-color css
<style>
a { background-color: #F0C1CC; }
a { background-color: rgb(240,193,204); }
div.DivClassName
{
background-color: #F0C1CC;
}
.BgClassName
{
background-color: #F0C1CC;
}
</style>
border-color css
<style>
span { border-color: #F0C1CC; }
span { border-color: rgb(240,193,204); }
td.TdClassName
{
border-color: #F0C1CC;
}
.TagClassName
{
border-color: #F0C1CC;
}
</style>