Shades of Chantilly #F6BCCE
Tints of Chantilly #F6BCCE
RGB
CMYK
RGB Variations
Color information
#F6BCCE (or 0xF6BCCE) is known color: Chantilly. HEX triplet: F6, BC and CE. RGB value is (246,188,206). Sum of RGB (Red+Green+Blue) = 246+188+206=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCCE is #094331. Grayscale: #CFCFCF. Windows color (decimal): -607026 or 13548790. OLE color: 13548790.
HSL color Cylindrical-coordinate representation of color #F6BCCE: hue angle of 341.38º degrees, saturation: 0.76, 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 #F6BCCE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 206 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.04 |
| HSL | 341.38º | 0.76% | 0.85% | - |
| HSV(B) | 341.38º | 0.24% | 0.96% | - |
| XYZ | 67.13 | 60.02 | 66.44 | - |
| YUV | 207.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 206 | 0 | 0.24 | 0.16 | 0.04 | 341.38 | 0.76 | 0.85 |
| Hex | F6 | BC | CE | 0 | 18 | 10 | 4 | 155 | 4C | 55 |
| Octal | 366 | 274 | 316 | 0 | 30 | 20 | 4 | 525 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11001110 | 0 | 11000 | 10000 | 100 | 101010101 | 1001100 | 1010101 |
Color Harmonies of #F6BCCE
Complementary color
Monochromatic Colors of #F6BCCE
Black with #F6BCCE
Text Example
Text Example
White with #F6BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCCE; }
p { color: rgb(246,188,206); }
H1.HeaderClassName
{
color: #F6BCCE;
}
.AnyTagClassName
{
color: #F6BCCE;
}
</style>
background-color css
<style>
a { background-color: #F6BCCE; }
a { background-color: rgb(246,188,206); }
div.DivClassName
{
background-color: #F6BCCE;
}
.BgClassName
{
background-color: #F6BCCE;
}
</style>
border-color css
<style>
span { border-color: #F6BCCE; }
span { border-color: rgb(246,188,206); }
td.TdClassName
{
border-color: #F6BCCE;
}
.TagClassName
{
border-color: #F6BCCE;
}
</style>