Shades of Chantilly #F1BBC8
Tints of Chantilly #F1BBC8
RGB
CMYK
RGB Variations
Color information
#F1BBC8 (or 0xF1BBC8) is known color: Chantilly. HEX triplet: F1, BB and C8. RGB value is (241,187,200). Sum of RGB (Red+Green+Blue) = 241+187+200=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBC8 is #0E4437. Grayscale: #CCCCCC. Windows color (decimal): -934968 or 13155313. OLE color: 13155313.
HSL color Cylindrical-coordinate representation of color #F1BBC8: hue angle of 345.56º 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 #F1BBC8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 200 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.05 |
| HSL | 345.56º | 0.66% | 0.84% | - |
| HSV(B) | 345.56º | 0.22% | 0.95% | - |
| XYZ | 64.47 | 58.41 | 62.52 | - |
| YUV | 204.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 200 | 0 | 0.22 | 0.17 | 0.05 | 345.56 | 0.66 | 0.84 |
| Hex | F1 | BB | C8 | 0 | 16 | 11 | 5 | 15A | 42 | 54 |
| Octal | 361 | 273 | 310 | 0 | 26 | 21 | 5 | 532 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11001000 | 0 | 10110 | 10001 | 101 | 101011010 | 1000010 | 1010100 |
Color Harmonies of #F1BBC8
Complementary color
Monochromatic Colors of #F1BBC8
Black with #F1BBC8
Text Example
Text Example
White with #F1BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBC8; }
p { color: rgb(241,187,200); }
H1.HeaderClassName
{
color: #F1BBC8;
}
.AnyTagClassName
{
color: #F1BBC8;
}
</style>
background-color css
<style>
a { background-color: #F1BBC8; }
a { background-color: rgb(241,187,200); }
div.DivClassName
{
background-color: #F1BBC8;
}
.BgClassName
{
background-color: #F1BBC8;
}
</style>
border-color css
<style>
span { border-color: #F1BBC8; }
span { border-color: rgb(241,187,200); }
td.TdClassName
{
border-color: #F1BBC8;
}
.TagClassName
{
border-color: #F1BBC8;
}
</style>