Shades of Chantilly #F6BDCD
Tints of Chantilly #F6BDCD
RGB
CMYK
RGB Variations
Color information
#F6BDCD (or 0xF6BDCD) is known color: Chantilly. HEX triplet: F6, BD and CD. RGB value is (246,189,205). Sum of RGB (Red+Green+Blue) = 246+189+205=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDCD is #094232. Grayscale: #CFCFCF. Windows color (decimal): -606771 or 13483510. OLE color: 13483510.
HSL color Cylindrical-coordinate representation of color #F6BDCD: hue angle of 343.16º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDCD is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 205 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.04 |
| HSL | 343.16º | 0.76% | 0.85% | - |
| HSV(B) | 343.16º | 0.23% | 0.96% | - |
| XYZ | 67.22 | 60.4 | 65.87 | - |
| YUV | 207.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 205 | 0 | 0.23 | 0.17 | 0.04 | 343.16 | 0.76 | 0.85 |
| Hex | F6 | BD | CD | 0 | 17 | 11 | 4 | 157 | 4C | 55 |
| Octal | 366 | 275 | 315 | 0 | 27 | 21 | 4 | 527 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11001101 | 0 | 10111 | 10001 | 100 | 101010111 | 1001100 | 1010101 |
Color Harmonies of #F6BDCD
Complementary color
Monochromatic Colors of #F6BDCD
Black with #F6BDCD
Text Example
Text Example
White with #F6BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDCD; }
p { color: rgb(246,189,205); }
H1.HeaderClassName
{
color: #F6BDCD;
}
.AnyTagClassName
{
color: #F6BDCD;
}
</style>
background-color css
<style>
a { background-color: #F6BDCD; }
a { background-color: rgb(246,189,205); }
div.DivClassName
{
background-color: #F6BDCD;
}
.BgClassName
{
background-color: #F6BDCD;
}
</style>
border-color css
<style>
span { border-color: #F6BDCD; }
span { border-color: rgb(246,189,205); }
td.TdClassName
{
border-color: #F6BDCD;
}
.TagClassName
{
border-color: #F6BDCD;
}
</style>