Shades of Chantilly #F7BBCD
Tints of Chantilly #F7BBCD
RGB
CMYK
RGB Variations
Color information
#F7BBCD (or 0xF7BBCD) is known color: Chantilly. HEX triplet: F7, BB and CD. RGB value is (247,187,205). Sum of RGB (Red+Green+Blue) = 247+187+205=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBCD is #084432. Grayscale: #CECECE. Windows color (decimal): -541747 or 13482999. OLE color: 13482999.
HSL color Cylindrical-coordinate representation of color #F7BBCD: hue angle of 342º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBCD is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 205 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.03 |
| HSL | 342º | 0.79% | 0.85% | - |
| HSV(B) | 342º | 0.24% | 0.97% | - |
| XYZ | 67.15 | 59.72 | 65.75 | - |
| YUV | 206.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 205 | 0 | 0.24 | 0.17 | 0.03 | 342 | 0.79 | 0.85 |
| Hex | F7 | BB | CD | 0 | 18 | 11 | 3 | 156 | 4F | 55 |
| Octal | 367 | 273 | 315 | 0 | 30 | 21 | 3 | 526 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11001101 | 0 | 11000 | 10001 | 11 | 101010110 | 1001111 | 1010101 |
Color Harmonies of #F7BBCD
Complementary color
Monochromatic Colors of #F7BBCD
Black with #F7BBCD
Text Example
Text Example
White with #F7BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBCD; }
p { color: rgb(247,187,205); }
H1.HeaderClassName
{
color: #F7BBCD;
}
.AnyTagClassName
{
color: #F7BBCD;
}
</style>
background-color css
<style>
a { background-color: #F7BBCD; }
a { background-color: rgb(247,187,205); }
div.DivClassName
{
background-color: #F7BBCD;
}
.BgClassName
{
background-color: #F7BBCD;
}
</style>
border-color css
<style>
span { border-color: #F7BBCD; }
span { border-color: rgb(247,187,205); }
td.TdClassName
{
border-color: #F7BBCD;
}
.TagClassName
{
border-color: #F7BBCD;
}
</style>