Shades of Chantilly #F6BBCE
Tints of Chantilly #F6BBCE
RGB
CMYK
RGB Variations
Color information
#F6BBCE (or 0xF6BBCE) is known color: Chantilly. HEX triplet: F6, BB and CE. RGB value is (246,187,206). Sum of RGB (Red+Green+Blue) = 246+187+206=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBCE is #094431. Grayscale: #CECECE. Windows color (decimal): -607282 or 13548534. OLE color: 13548534.
HSL color Cylindrical-coordinate representation of color #F6BBCE: hue angle of 340.68º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBCE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 206 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.04 |
| HSL | 340.68º | 0.77% | 0.85% | - |
| HSV(B) | 340.68º | 0.24% | 0.96% | - |
| XYZ | 66.92 | 59.59 | 66.37 | - |
| YUV | 206.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 206 | 0 | 0.24 | 0.16 | 0.04 | 340.68 | 0.77 | 0.85 |
| Hex | F6 | BB | CE | 0 | 18 | 10 | 4 | 155 | 4D | 55 |
| Octal | 366 | 273 | 316 | 0 | 30 | 20 | 4 | 525 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11001110 | 0 | 11000 | 10000 | 100 | 101010101 | 1001101 | 1010101 |
Color Harmonies of #F6BBCE
Complementary color
Monochromatic Colors of #F6BBCE
Black with #F6BBCE
Text Example
Text Example
White with #F6BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBCE; }
p { color: rgb(246,187,206); }
H1.HeaderClassName
{
color: #F6BBCE;
}
.AnyTagClassName
{
color: #F6BBCE;
}
</style>
background-color css
<style>
a { background-color: #F6BBCE; }
a { background-color: rgb(246,187,206); }
div.DivClassName
{
background-color: #F6BBCE;
}
.BgClassName
{
background-color: #F6BBCE;
}
</style>
border-color css
<style>
span { border-color: #F6BBCE; }
span { border-color: rgb(246,187,206); }
td.TdClassName
{
border-color: #F6BBCE;
}
.TagClassName
{
border-color: #F6BBCE;
}
</style>