Shades of Chantilly #F2C0CC
Tints of Chantilly #F2C0CC
RGB
CMYK
RGB Variations
Color information
#F2C0CC (or 0xF2C0CC) is known color: Chantilly. HEX triplet: F2, C0 and CC. RGB value is (242,192,204). Sum of RGB (Red+Green+Blue) = 242+192+204=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0CC is #0D3F33. Grayscale: #D0D0D0. Windows color (decimal): -868148 or 13418738. OLE color: 13418738.
HSL color Cylindrical-coordinate representation of color #F2C0CC: hue angle of 345.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0CC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 204 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 345.6º | 0.66% | 0.85% | - |
| HSV(B) | 345.6º | 0.21% | 0.95% | - |
| XYZ | 66.37 | 60.94 | 65.39 | - |
| YUV | 208.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 204 | 0 | 0.21 | 0.16 | 0.05 | 345.6 | 0.66 | 0.85 |
| Hex | F2 | C0 | CC | 0 | 15 | 10 | 5 | 15A | 42 | 55 |
| Octal | 362 | 300 | 314 | 0 | 25 | 20 | 5 | 532 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11001100 | 0 | 10101 | 10000 | 101 | 101011010 | 1000010 | 1010101 |
Color Harmonies of #F2C0CC
Complementary color
Monochromatic Colors of #F2C0CC
Black with #F2C0CC
Text Example
Text Example
White with #F2C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0CC; }
p { color: rgb(242,192,204); }
H1.HeaderClassName
{
color: #F2C0CC;
}
.AnyTagClassName
{
color: #F2C0CC;
}
</style>
background-color css
<style>
a { background-color: #F2C0CC; }
a { background-color: rgb(242,192,204); }
div.DivClassName
{
background-color: #F2C0CC;
}
.BgClassName
{
background-color: #F2C0CC;
}
</style>
border-color css
<style>
span { border-color: #F2C0CC; }
span { border-color: rgb(242,192,204); }
td.TdClassName
{
border-color: #F2C0CC;
}
.TagClassName
{
border-color: #F2C0CC;
}
</style>