Shades of Chantilly #F2BCCE
Tints of Chantilly #F2BCCE
RGB
CMYK
RGB Variations
Color information
#F2BCCE (or 0xF2BCCE) is known color: Chantilly. HEX triplet: F2, BC and CE. RGB value is (242,188,206). Sum of RGB (Red+Green+Blue) = 242+188+206=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCCE is #0D4331. Grayscale: #CECECE. Windows color (decimal): -869170 or 13548786. OLE color: 13548786.
HSL color Cylindrical-coordinate representation of color #F2BCCE: hue angle of 340º 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 #F2BCCE is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 206 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.05 |
| HSL | 340º | 0.68% | 0.84% | - |
| HSV(B) | 340º | 0.22% | 0.95% | - |
| XYZ | 65.74 | 59.3 | 66.37 | - |
| YUV | 206.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 206 | 0 | 0.22 | 0.15 | 0.05 | 340 | 0.68 | 0.84 |
| Hex | F2 | BC | CE | 0 | 16 | F | 5 | 154 | 44 | 54 |
| Octal | 362 | 274 | 316 | 0 | 26 | 17 | 5 | 524 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11001110 | 0 | 10110 | 1111 | 101 | 101010100 | 1000100 | 1010100 |
Color Harmonies of #F2BCCE
Complementary color
Monochromatic Colors of #F2BCCE
Black with #F2BCCE
Text Example
Text Example
White with #F2BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCCE; }
p { color: rgb(242,188,206); }
H1.HeaderClassName
{
color: #F2BCCE;
}
.AnyTagClassName
{
color: #F2BCCE;
}
</style>
background-color css
<style>
a { background-color: #F2BCCE; }
a { background-color: rgb(242,188,206); }
div.DivClassName
{
background-color: #F2BCCE;
}
.BgClassName
{
background-color: #F2BCCE;
}
</style>
border-color css
<style>
span { border-color: #F2BCCE; }
span { border-color: rgb(242,188,206); }
td.TdClassName
{
border-color: #F2BCCE;
}
.TagClassName
{
border-color: #F2BCCE;
}
</style>