Shades of Chantilly #F2BCC9
Tints of Chantilly #F2BCC9
RGB
CMYK
RGB Variations
Color information
#F2BCC9 (or 0xF2BCC9) is known color: Chantilly. HEX triplet: F2, BC and C9. RGB value is (242,188,201). Sum of RGB (Red+Green+Blue) = 242+188+201=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCC9 is #0D4336. Grayscale: #CDCDCD. Windows color (decimal): -869175 or 13221106. OLE color: 13221106.
HSL color Cylindrical-coordinate representation of color #F2BCC9: hue angle of 345.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCC9 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 201 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.05 |
| HSL | 345.56º | 0.68% | 0.84% | - |
| HSV(B) | 345.56º | 0.22% | 0.95% | - |
| XYZ | 65.14 | 59.06 | 63.22 | - |
| YUV | 205.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 201 | 0 | 0.22 | 0.17 | 0.05 | 345.56 | 0.68 | 0.84 |
| Hex | F2 | BC | C9 | 0 | 16 | 11 | 5 | 15A | 44 | 54 |
| Octal | 362 | 274 | 311 | 0 | 26 | 21 | 5 | 532 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11001001 | 0 | 10110 | 10001 | 101 | 101011010 | 1000100 | 1010100 |
Color Harmonies of #F2BCC9
Complementary color
Monochromatic Colors of #F2BCC9
Black with #F2BCC9
Text Example
Text Example
White with #F2BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCC9; }
p { color: rgb(242,188,201); }
H1.HeaderClassName
{
color: #F2BCC9;
}
.AnyTagClassName
{
color: #F2BCC9;
}
</style>
background-color css
<style>
a { background-color: #F2BCC9; }
a { background-color: rgb(242,188,201); }
div.DivClassName
{
background-color: #F2BCC9;
}
.BgClassName
{
background-color: #F2BCC9;
}
</style>
border-color css
<style>
span { border-color: #F2BCC9; }
span { border-color: rgb(242,188,201); }
td.TdClassName
{
border-color: #F2BCC9;
}
.TagClassName
{
border-color: #F2BCC9;
}
</style>