Shades of Chantilly #F2BAC9
Tints of Chantilly #F2BAC9
RGB
CMYK
RGB Variations
Color information
#F2BAC9 (or 0xF2BAC9) is known color: Chantilly. HEX triplet: F2, BA and C9. RGB value is (242,186,201). Sum of RGB (Red+Green+Blue) = 242+186+201=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC9 is #0D4536. Grayscale: #CCCCCC. Windows color (decimal): -869687 or 13220594. OLE color: 13220594.
HSL color Cylindrical-coordinate representation of color #F2BAC9: hue angle of 343.93º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BAC9 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 201 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.05 |
| HSL | 343.93º | 0.68% | 0.84% | - |
| HSV(B) | 343.93º | 0.23% | 0.95% | - |
| XYZ | 64.72 | 58.21 | 63.08 | - |
| YUV | 204.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 201 | 0 | 0.23 | 0.17 | 0.05 | 343.93 | 0.68 | 0.84 |
| Hex | F2 | BA | C9 | 0 | 17 | 11 | 5 | 158 | 44 | 54 |
| Octal | 362 | 272 | 311 | 0 | 27 | 21 | 5 | 530 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11001001 | 0 | 10111 | 10001 | 101 | 101011000 | 1000100 | 1010100 |
Color Harmonies of #F2BAC9
Complementary color
Monochromatic Colors of #F2BAC9
Black with #F2BAC9
Text Example
Text Example
White with #F2BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAC9; }
p { color: rgb(242,186,201); }
H1.HeaderClassName
{
color: #F2BAC9;
}
.AnyTagClassName
{
color: #F2BAC9;
}
</style>
background-color css
<style>
a { background-color: #F2BAC9; }
a { background-color: rgb(242,186,201); }
div.DivClassName
{
background-color: #F2BAC9;
}
.BgClassName
{
background-color: #F2BAC9;
}
</style>
border-color css
<style>
span { border-color: #F2BAC9; }
span { border-color: rgb(242,186,201); }
td.TdClassName
{
border-color: #F2BAC9;
}
.TagClassName
{
border-color: #F2BAC9;
}
</style>