Shades of Chantilly #F1BBCD
Tints of Chantilly #F1BBCD
RGB
CMYK
RGB Variations
Color information
#F1BBCD (or 0xF1BBCD) is known color: Chantilly. HEX triplet: F1, BB and CD. RGB value is (241,187,205). Sum of RGB (Red+Green+Blue) = 241+187+205=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBCD is #0E4432. Grayscale: #CDCDCD. Windows color (decimal): -934963 or 13482993. OLE color: 13482993.
HSL color Cylindrical-coordinate representation of color #F1BBCD: hue angle of 340º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BBCD is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 205 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.05 |
| HSL | 340º | 0.66% | 0.84% | - |
| HSV(B) | 340º | 0.22% | 0.95% | - |
| XYZ | 65.07 | 58.65 | 65.65 | - |
| YUV | 205.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 205 | 0 | 0.22 | 0.15 | 0.05 | 340 | 0.66 | 0.84 |
| Hex | F1 | BB | CD | 0 | 16 | F | 5 | 154 | 42 | 54 |
| Octal | 361 | 273 | 315 | 0 | 26 | 17 | 5 | 524 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11001101 | 0 | 10110 | 1111 | 101 | 101010100 | 1000010 | 1010100 |
Color Harmonies of #F1BBCD
Complementary color
Monochromatic Colors of #F1BBCD
Black with #F1BBCD
Text Example
Text Example
White with #F1BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBCD; }
p { color: rgb(241,187,205); }
H1.HeaderClassName
{
color: #F1BBCD;
}
.AnyTagClassName
{
color: #F1BBCD;
}
</style>
background-color css
<style>
a { background-color: #F1BBCD; }
a { background-color: rgb(241,187,205); }
div.DivClassName
{
background-color: #F1BBCD;
}
.BgClassName
{
background-color: #F1BBCD;
}
</style>
border-color css
<style>
span { border-color: #F1BBCD; }
span { border-color: rgb(241,187,205); }
td.TdClassName
{
border-color: #F1BBCD;
}
.TagClassName
{
border-color: #F1BBCD;
}
</style>