Shades of Chantilly #F0C3CE
Tints of Chantilly #F0C3CE
RGB
CMYK
RGB Variations
Color information
#F0C3CE (or 0xF0C3CE) is known color: Chantilly. HEX triplet: F0, C3 and CE. RGB value is (240,195,206). Sum of RGB (Red+Green+Blue) = 240+195+206=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C3CE is #0F3C31. Grayscale: #D1D1D1. Windows color (decimal): -998450 or 13550576. OLE color: 13550576.
HSL color Cylindrical-coordinate representation of color #F0C3CE: hue angle of 345.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C3CE is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 206 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.06 |
| HSL | 345.33º | 0.6% | 0.85% | - |
| HSV(B) | 345.33º | 0.19% | 0.94% | - |
| XYZ | 66.59 | 62.01 | 66.85 | - |
| YUV | 209.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 206 | 0 | 0.19 | 0.14 | 0.06 | 345.33 | 0.6 | 0.85 |
| Hex | F0 | C3 | CE | 0 | 13 | E | 6 | 159 | 3C | 55 |
| Octal | 360 | 303 | 316 | 0 | 23 | 16 | 6 | 531 | 74 | 125 |
| Binary | 11110000 | 11000011 | 11001110 | 0 | 10011 | 1110 | 110 | 101011001 | 111100 | 1010101 |
Color Harmonies of #F0C3CE
Complementary color
Monochromatic Colors of #F0C3CE
Black with #F0C3CE
Text Example
Text Example
White with #F0C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3CE; }
p { color: rgb(240,195,206); }
H1.HeaderClassName
{
color: #F0C3CE;
}
.AnyTagClassName
{
color: #F0C3CE;
}
</style>
background-color css
<style>
a { background-color: #F0C3CE; }
a { background-color: rgb(240,195,206); }
div.DivClassName
{
background-color: #F0C3CE;
}
.BgClassName
{
background-color: #F0C3CE;
}
</style>
border-color css
<style>
span { border-color: #F0C3CE; }
span { border-color: rgb(240,195,206); }
td.TdClassName
{
border-color: #F0C3CE;
}
.TagClassName
{
border-color: #F0C3CE;
}
</style>