Shades of Chantilly #F2BAC6
Tints of Chantilly #F2BAC6
RGB
CMYK
RGB Variations
Color information
#F2BAC6 (or 0xF2BAC6) is known color: Chantilly. HEX triplet: F2, BA and C6. RGB value is (242,186,198). Sum of RGB (Red+Green+Blue) = 242+186+198=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC6 is #0D4539. Grayscale: #CCCCCC. Windows color (decimal): -869690 or 13023986. OLE color: 13023986.
HSL color Cylindrical-coordinate representation of color #F2BAC6: hue angle of 347.14º 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 #F2BAC6 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 198 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.05 |
| HSL | 347.14º | 0.68% | 0.84% | - |
| HSV(B) | 347.14º | 0.23% | 0.95% | - |
| XYZ | 64.37 | 58.07 | 61.24 | - |
| YUV | 204.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 198 | 0 | 0.23 | 0.18 | 0.05 | 347.14 | 0.68 | 0.84 |
| Hex | F2 | BA | C6 | 0 | 17 | 12 | 5 | 15B | 44 | 54 |
| Octal | 362 | 272 | 306 | 0 | 27 | 22 | 5 | 533 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11000110 | 0 | 10111 | 10010 | 101 | 101011011 | 1000100 | 1010100 |
Color Harmonies of #F2BAC6
Complementary color
Monochromatic Colors of #F2BAC6
Black with #F2BAC6
Text Example
Text Example
White with #F2BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAC6; }
p { color: rgb(242,186,198); }
H1.HeaderClassName
{
color: #F2BAC6;
}
.AnyTagClassName
{
color: #F2BAC6;
}
</style>
background-color css
<style>
a { background-color: #F2BAC6; }
a { background-color: rgb(242,186,198); }
div.DivClassName
{
background-color: #F2BAC6;
}
.BgClassName
{
background-color: #F2BAC6;
}
</style>
border-color css
<style>
span { border-color: #F2BAC6; }
span { border-color: rgb(242,186,198); }
td.TdClassName
{
border-color: #F2BAC6;
}
.TagClassName
{
border-color: #F2BAC6;
}
</style>