Shades of Chantilly #F1BFC9
Tints of Chantilly #F1BFC9
RGB
CMYK
RGB Variations
Color information
#F1BFC9 (or 0xF1BFC9) is known color: Chantilly. HEX triplet: F1, BF and C9. RGB value is (241,191,201). Sum of RGB (Red+Green+Blue) = 241+191+201=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFC9 is #0E4036. Grayscale: #CFCFCF. Windows color (decimal): -933943 or 13221873. OLE color: 13221873.
HSL color Cylindrical-coordinate representation of color #F1BFC9: hue angle of 348º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFC9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 201 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.05 |
| HSL | 348º | 0.64% | 0.85% | - |
| HSV(B) | 348º | 0.21% | 0.95% | - |
| XYZ | 65.45 | 60.18 | 63.42 | - |
| YUV | 207.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 201 | 0 | 0.21 | 0.17 | 0.05 | 348 | 0.64 | 0.85 |
| Hex | F1 | BF | C9 | 0 | 15 | 11 | 5 | 15C | 40 | 55 |
| Octal | 361 | 277 | 311 | 0 | 25 | 21 | 5 | 534 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11001001 | 0 | 10101 | 10001 | 101 | 101011100 | 1000000 | 1010101 |
Color Harmonies of #F1BFC9
Complementary color
Monochromatic Colors of #F1BFC9
Black with #F1BFC9
Text Example
Text Example
White with #F1BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFC9; }
p { color: rgb(241,191,201); }
H1.HeaderClassName
{
color: #F1BFC9;
}
.AnyTagClassName
{
color: #F1BFC9;
}
</style>
background-color css
<style>
a { background-color: #F1BFC9; }
a { background-color: rgb(241,191,201); }
div.DivClassName
{
background-color: #F1BFC9;
}
.BgClassName
{
background-color: #F1BFC9;
}
</style>
border-color css
<style>
span { border-color: #F1BFC9; }
span { border-color: rgb(241,191,201); }
td.TdClassName
{
border-color: #F1BFC9;
}
.TagClassName
{
border-color: #F1BFC9;
}
</style>