Shades of Chantilly #F1BAC6
Tints of Chantilly #F1BAC6
RGB
CMYK
RGB Variations
Color information
#F1BAC6 (or 0xF1BAC6) is known color: Chantilly. HEX triplet: F1, BA and C6. RGB value is (241,186,198). Sum of RGB (Red+Green+Blue) = 241+186+198=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAC6 is #0E4539. Grayscale: #CBCBCB. Windows color (decimal): -935226 or 13023985. OLE color: 13023985.
HSL color Cylindrical-coordinate representation of color #F1BAC6: hue angle of 346.91º degrees, saturation: 0.66, 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 #F1BAC6 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 198 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.05 |
| HSL | 346.91º | 0.66% | 0.84% | - |
| HSV(B) | 346.91º | 0.23% | 0.95% | - |
| XYZ | 64.03 | 57.9 | 61.23 | - |
| YUV | 203.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 198 | 0 | 0.23 | 0.18 | 0.05 | 346.91 | 0.66 | 0.84 |
| Hex | F1 | BA | C6 | 0 | 17 | 12 | 5 | 15B | 42 | 54 |
| Octal | 361 | 272 | 306 | 0 | 27 | 22 | 5 | 533 | 102 | 124 |
| Binary | 11110001 | 10111010 | 11000110 | 0 | 10111 | 10010 | 101 | 101011011 | 1000010 | 1010100 |
Color Harmonies of #F1BAC6
Complementary color
Monochromatic Colors of #F1BAC6
Black with #F1BAC6
Text Example
Text Example
White with #F1BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAC6; }
p { color: rgb(241,186,198); }
H1.HeaderClassName
{
color: #F1BAC6;
}
.AnyTagClassName
{
color: #F1BAC6;
}
</style>
background-color css
<style>
a { background-color: #F1BAC6; }
a { background-color: rgb(241,186,198); }
div.DivClassName
{
background-color: #F1BAC6;
}
.BgClassName
{
background-color: #F1BAC6;
}
</style>
border-color css
<style>
span { border-color: #F1BAC6; }
span { border-color: rgb(241,186,198); }
td.TdClassName
{
border-color: #F1BAC6;
}
.TagClassName
{
border-color: #F1BAC6;
}
</style>