Shades of Chantilly #F4C0CF
Tints of Chantilly #F4C0CF
RGB
CMYK
RGB Variations
Color information
#F4C0CF (or 0xF4C0CF) is known color: Chantilly. HEX triplet: F4, C0 and CF. RGB value is (244,192,207). Sum of RGB (Red+Green+Blue) = 244+192+207=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0CF is #0B3F30. Grayscale: #D1D1D1. Windows color (decimal): -737073 or 13615348. OLE color: 13615348.
HSL color Cylindrical-coordinate representation of color #F4C0CF: hue angle of 342.69º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0CF is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 207 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.04 |
| HSL | 342.69º | 0.7% | 0.85% | - |
| HSV(B) | 342.69º | 0.21% | 0.96% | - |
| XYZ | 67.42 | 61.44 | 67.34 | - |
| YUV | 209.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 207 | 0 | 0.21 | 0.15 | 0.04 | 342.69 | 0.7 | 0.85 |
| Hex | F4 | C0 | CF | 0 | 15 | F | 4 | 157 | 46 | 55 |
| Octal | 364 | 300 | 317 | 0 | 25 | 17 | 4 | 527 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11001111 | 0 | 10101 | 1111 | 100 | 101010111 | 1000110 | 1010101 |
Color Harmonies of #F4C0CF
Complementary color
Monochromatic Colors of #F4C0CF
Black with #F4C0CF
Text Example
Text Example
White with #F4C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0CF; }
p { color: rgb(244,192,207); }
H1.HeaderClassName
{
color: #F4C0CF;
}
.AnyTagClassName
{
color: #F4C0CF;
}
</style>
background-color css
<style>
a { background-color: #F4C0CF; }
a { background-color: rgb(244,192,207); }
div.DivClassName
{
background-color: #F4C0CF;
}
.BgClassName
{
background-color: #F4C0CF;
}
</style>
border-color css
<style>
span { border-color: #F4C0CF; }
span { border-color: rgb(244,192,207); }
td.TdClassName
{
border-color: #F4C0CF;
}
.TagClassName
{
border-color: #F4C0CF;
}
</style>