Shades of Chantilly #F1BFCC
Tints of Chantilly #F1BFCC
RGB
CMYK
RGB Variations
Color information
#F1BFCC (or 0xF1BFCC) is known color: Chantilly. HEX triplet: F1, BF and CC. RGB value is (241,191,204). Sum of RGB (Red+Green+Blue) = 241+191+204=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFCC is #0E4033. Grayscale: #CFCFCF. Windows color (decimal): -933940 or 13418481. OLE color: 13418481.
HSL color Cylindrical-coordinate representation of color #F1BFCC: hue angle of 344.4º 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 #F1BFCC is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 204 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.05 |
| HSL | 344.4º | 0.64% | 0.85% | - |
| HSV(B) | 344.4º | 0.21% | 0.95% | - |
| XYZ | 65.81 | 60.32 | 65.3 | - |
| YUV | 207.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 204 | 0 | 0.21 | 0.15 | 0.05 | 344.4 | 0.64 | 0.85 |
| Hex | F1 | BF | CC | 0 | 15 | F | 5 | 158 | 40 | 55 |
| Octal | 361 | 277 | 314 | 0 | 25 | 17 | 5 | 530 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11001100 | 0 | 10101 | 1111 | 101 | 101011000 | 1000000 | 1010101 |
Color Harmonies of #F1BFCC
Complementary color
Monochromatic Colors of #F1BFCC
Black with #F1BFCC
Text Example
Text Example
White with #F1BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFCC; }
p { color: rgb(241,191,204); }
H1.HeaderClassName
{
color: #F1BFCC;
}
.AnyTagClassName
{
color: #F1BFCC;
}
</style>
background-color css
<style>
a { background-color: #F1BFCC; }
a { background-color: rgb(241,191,204); }
div.DivClassName
{
background-color: #F1BFCC;
}
.BgClassName
{
background-color: #F1BFCC;
}
</style>
border-color css
<style>
span { border-color: #F1BFCC; }
span { border-color: rgb(241,191,204); }
td.TdClassName
{
border-color: #F1BFCC;
}
.TagClassName
{
border-color: #F1BFCC;
}
</style>