Shades of Chantilly #F1BFCE
Tints of Chantilly #F1BFCE
RGB
CMYK
RGB Variations
Color information
#F1BFCE (or 0xF1BFCE) is known color: Chantilly. HEX triplet: F1, BF and CE. RGB value is (241,191,206). Sum of RGB (Red+Green+Blue) = 241+191+206=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFCE is #0E4031. Grayscale: #CFCFCF. Windows color (decimal): -933938 or 13549553. OLE color: 13549553.
HSL color Cylindrical-coordinate representation of color #F1BFCE: hue angle of 342º 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 #F1BFCE is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 206 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.05 |
| HSL | 342º | 0.64% | 0.85% | - |
| HSV(B) | 342º | 0.21% | 0.95% | - |
| XYZ | 66.05 | 60.42 | 66.57 | - |
| YUV | 207.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 206 | 0 | 0.21 | 0.15 | 0.05 | 342 | 0.64 | 0.85 |
| Hex | F1 | BF | CE | 0 | 15 | F | 5 | 156 | 40 | 55 |
| Octal | 361 | 277 | 316 | 0 | 25 | 17 | 5 | 526 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11001110 | 0 | 10101 | 1111 | 101 | 101010110 | 1000000 | 1010101 |
Color Harmonies of #F1BFCE
Complementary color
Monochromatic Colors of #F1BFCE
Black with #F1BFCE
Text Example
Text Example
White with #F1BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFCE; }
p { color: rgb(241,191,206); }
H1.HeaderClassName
{
color: #F1BFCE;
}
.AnyTagClassName
{
color: #F1BFCE;
}
</style>
background-color css
<style>
a { background-color: #F1BFCE; }
a { background-color: rgb(241,191,206); }
div.DivClassName
{
background-color: #F1BFCE;
}
.BgClassName
{
background-color: #F1BFCE;
}
</style>
border-color css
<style>
span { border-color: #F1BFCE; }
span { border-color: rgb(241,191,206); }
td.TdClassName
{
border-color: #F1BFCE;
}
.TagClassName
{
border-color: #F1BFCE;
}
</style>