Shades of Chantilly #F6BCCA
Tints of Chantilly #F6BCCA
RGB
CMYK
RGB Variations
Color information
#F6BCCA (or 0xF6BCCA) is known color: Chantilly. HEX triplet: F6, BC and CA. RGB value is (246,188,202). Sum of RGB (Red+Green+Blue) = 246+188+202=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCCA is #094335. Grayscale: #CECECE. Windows color (decimal): -607030 or 13286646. OLE color: 13286646.
HSL color Cylindrical-coordinate representation of color #F6BCCA: hue angle of 345.52º 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 #F6BCCA is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 202 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.04 |
| HSL | 345.52º | 0.76% | 0.85% | - |
| HSV(B) | 345.52º | 0.24% | 0.96% | - |
| XYZ | 66.65 | 59.82 | 63.91 | - |
| YUV | 206.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 202 | 0 | 0.24 | 0.18 | 0.04 | 345.52 | 0.76 | 0.85 |
| Hex | F6 | BC | CA | 0 | 18 | 12 | 4 | 15A | 4C | 55 |
| Octal | 366 | 274 | 312 | 0 | 30 | 22 | 4 | 532 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11001010 | 0 | 11000 | 10010 | 100 | 101011010 | 1001100 | 1010101 |
Color Harmonies of #F6BCCA
Complementary color
Monochromatic Colors of #F6BCCA
Black with #F6BCCA
Text Example
Text Example
White with #F6BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCCA; }
p { color: rgb(246,188,202); }
H1.HeaderClassName
{
color: #F6BCCA;
}
.AnyTagClassName
{
color: #F6BCCA;
}
</style>
background-color css
<style>
a { background-color: #F6BCCA; }
a { background-color: rgb(246,188,202); }
div.DivClassName
{
background-color: #F6BCCA;
}
.BgClassName
{
background-color: #F6BCCA;
}
</style>
border-color css
<style>
span { border-color: #F6BCCA; }
span { border-color: rgb(246,188,202); }
td.TdClassName
{
border-color: #F6BCCA;
}
.TagClassName
{
border-color: #F6BCCA;
}
</style>