Shades of Chantilly #F6BCCD
Tints of Chantilly #F6BCCD
RGB
CMYK
RGB Variations
Color information
#F6BCCD (or 0xF6BCCD) is known color: Chantilly. HEX triplet: F6, BC and CD. RGB value is (246,188,205). Sum of RGB (Red+Green+Blue) = 246+188+205=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCCD is #094332. Grayscale: #CFCFCF. Windows color (decimal): -607027 or 13483254. OLE color: 13483254.
HSL color Cylindrical-coordinate representation of color #F6BCCD: hue angle of 342.41º 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 #F6BCCD is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 205 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.04 |
| HSL | 342.41º | 0.76% | 0.85% | - |
| HSV(B) | 342.41º | 0.24% | 0.96% | - |
| XYZ | 67.01 | 59.97 | 65.8 | - |
| YUV | 207.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 205 | 0 | 0.24 | 0.17 | 0.04 | 342.41 | 0.76 | 0.85 |
| Hex | F6 | BC | CD | 0 | 18 | 11 | 4 | 156 | 4C | 55 |
| Octal | 366 | 274 | 315 | 0 | 30 | 21 | 4 | 526 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11001101 | 0 | 11000 | 10001 | 100 | 101010110 | 1001100 | 1010101 |
Color Harmonies of #F6BCCD
Complementary color
Monochromatic Colors of #F6BCCD
Black with #F6BCCD
Text Example
Text Example
White with #F6BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCCD; }
p { color: rgb(246,188,205); }
H1.HeaderClassName
{
color: #F6BCCD;
}
.AnyTagClassName
{
color: #F6BCCD;
}
</style>
background-color css
<style>
a { background-color: #F6BCCD; }
a { background-color: rgb(246,188,205); }
div.DivClassName
{
background-color: #F6BCCD;
}
.BgClassName
{
background-color: #F6BCCD;
}
</style>
border-color css
<style>
span { border-color: #F6BCCD; }
span { border-color: rgb(246,188,205); }
td.TdClassName
{
border-color: #F6BCCD;
}
.TagClassName
{
border-color: #F6BCCD;
}
</style>