Shades of Chantilly #F0C0CF
Tints of Chantilly #F0C0CF
RGB
CMYK
RGB Variations
Color information
#F0C0CF (or 0xF0C0CF) is known color: Chantilly. HEX triplet: F0, C0 and CF. RGB value is (240,192,207). Sum of RGB (Red+Green+Blue) = 240+192+207=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0CF is #0F3F30. Grayscale: #D0D0D0. Windows color (decimal): -999217 or 13615344. OLE color: 13615344.
HSL color Cylindrical-coordinate representation of color #F0C0CF: hue angle of 341.25º degrees, saturation: 0.62, 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 #F0C0CF is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 207 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.06 |
| HSL | 341.25º | 0.62% | 0.85% | - |
| HSV(B) | 341.25º | 0.2% | 0.94% | - |
| XYZ | 66.05 | 60.73 | 67.27 | - |
| YUV | 208.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 207 | 0 | 0.20 | 0.14 | 0.06 | 341.25 | 0.62 | 0.85 |
| Hex | F0 | C0 | CF | 0 | 14 | E | 6 | 155 | 3E | 55 |
| Octal | 360 | 300 | 317 | 0 | 24 | 16 | 6 | 525 | 76 | 125 |
| Binary | 11110000 | 11000000 | 11001111 | 0 | 10100 | 1110 | 110 | 101010101 | 111110 | 1010101 |
Color Harmonies of #F0C0CF
Complementary color
Monochromatic Colors of #F0C0CF
Black with #F0C0CF
Text Example
Text Example
White with #F0C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0CF; }
p { color: rgb(240,192,207); }
H1.HeaderClassName
{
color: #F0C0CF;
}
.AnyTagClassName
{
color: #F0C0CF;
}
</style>
background-color css
<style>
a { background-color: #F0C0CF; }
a { background-color: rgb(240,192,207); }
div.DivClassName
{
background-color: #F0C0CF;
}
.BgClassName
{
background-color: #F0C0CF;
}
</style>
border-color css
<style>
span { border-color: #F0C0CF; }
span { border-color: rgb(240,192,207); }
td.TdClassName
{
border-color: #F0C0CF;
}
.TagClassName
{
border-color: #F0C0CF;
}
</style>