Shades of Chantilly #F1B9C9
Tints of Chantilly #F1B9C9
RGB
CMYK
RGB Variations
Color information
#F1B9C9 (or 0xF1B9C9) is known color: Chantilly. HEX triplet: F1, B9 and C9. RGB value is (241,185,201). Sum of RGB (Red+Green+Blue) = 241+185+201=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9C9 is #0E4636. Grayscale: #CBCBCB. Windows color (decimal): -935479 or 13220337. OLE color: 13220337.
HSL color Cylindrical-coordinate representation of color #F1B9C9: hue angle of 342.86º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1B9C9 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 201 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.05 |
| HSL | 342.86º | 0.67% | 0.84% | - |
| HSV(B) | 342.86º | 0.23% | 0.95% | - |
| XYZ | 64.17 | 57.62 | 63 | - |
| YUV | 203.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 201 | 0 | 0.23 | 0.17 | 0.05 | 342.86 | 0.67 | 0.84 |
| Hex | F1 | B9 | C9 | 0 | 17 | 11 | 5 | 157 | 43 | 54 |
| Octal | 361 | 271 | 311 | 0 | 27 | 21 | 5 | 527 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11001001 | 0 | 10111 | 10001 | 101 | 101010111 | 1000011 | 1010100 |
Color Harmonies of #F1B9C9
Complementary color
Monochromatic Colors of #F1B9C9
Black with #F1B9C9
Text Example
Text Example
White with #F1B9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9C9; }
p { color: rgb(241,185,201); }
H1.HeaderClassName
{
color: #F1B9C9;
}
.AnyTagClassName
{
color: #F1B9C9;
}
</style>
background-color css
<style>
a { background-color: #F1B9C9; }
a { background-color: rgb(241,185,201); }
div.DivClassName
{
background-color: #F1B9C9;
}
.BgClassName
{
background-color: #F1B9C9;
}
</style>
border-color css
<style>
span { border-color: #F1B9C9; }
span { border-color: rgb(241,185,201); }
td.TdClassName
{
border-color: #F1B9C9;
}
.TagClassName
{
border-color: #F1B9C9;
}
</style>