Shades of Chantilly #F2C0CD
Tints of Chantilly #F2C0CD
RGB
CMYK
RGB Variations
Color information
#F2C0CD (or 0xF2C0CD) is known color: Chantilly. HEX triplet: F2, C0 and CD. RGB value is (242,192,205). Sum of RGB (Red+Green+Blue) = 242+192+205=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0CD is #0D3F32. Grayscale: #D0D0D0. Windows color (decimal): -868147 or 13484274. OLE color: 13484274.
HSL color Cylindrical-coordinate representation of color #F2C0CD: hue angle of 344.4º 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 #F2C0CD is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 205 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.05 |
| HSL | 344.4º | 0.66% | 0.85% | - |
| HSV(B) | 344.4º | 0.21% | 0.95% | - |
| XYZ | 66.49 | 60.98 | 66.02 | - |
| YUV | 208.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 205 | 0 | 0.21 | 0.15 | 0.05 | 344.4 | 0.66 | 0.85 |
| Hex | F2 | C0 | CD | 0 | 15 | F | 5 | 158 | 42 | 55 |
| Octal | 362 | 300 | 315 | 0 | 25 | 17 | 5 | 530 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11001101 | 0 | 10101 | 1111 | 101 | 101011000 | 1000010 | 1010101 |
Color Harmonies of #F2C0CD
Complementary color
Monochromatic Colors of #F2C0CD
Black with #F2C0CD
Text Example
Text Example
White with #F2C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0CD; }
p { color: rgb(242,192,205); }
H1.HeaderClassName
{
color: #F2C0CD;
}
.AnyTagClassName
{
color: #F2C0CD;
}
</style>
background-color css
<style>
a { background-color: #F2C0CD; }
a { background-color: rgb(242,192,205); }
div.DivClassName
{
background-color: #F2C0CD;
}
.BgClassName
{
background-color: #F2C0CD;
}
</style>
border-color css
<style>
span { border-color: #F2C0CD; }
span { border-color: rgb(242,192,205); }
td.TdClassName
{
border-color: #F2C0CD;
}
.TagClassName
{
border-color: #F2C0CD;
}
</style>