Shades of Chantilly #F1BFCB
Tints of Chantilly #F1BFCB
RGB
CMYK
RGB Variations
Color information
#F1BFCB (or 0xF1BFCB) is known color: Chantilly. HEX triplet: F1, BF and CB. RGB value is (241,191,203). Sum of RGB (Red+Green+Blue) = 241+191+203=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFCB is #0E4034. Grayscale: #CFCFCF. Windows color (decimal): -933941 or 13352945. OLE color: 13352945.
HSL color Cylindrical-coordinate representation of color #F1BFCB: hue angle of 345.6º 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 #F1BFCB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 203 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 345.6º | 0.64% | 0.85% | - |
| HSV(B) | 345.6º | 0.21% | 0.95% | - |
| XYZ | 65.69 | 60.27 | 64.67 | - |
| YUV | 207.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 203 | 0 | 0.21 | 0.16 | 0.05 | 345.6 | 0.64 | 0.85 |
| Hex | F1 | BF | CB | 0 | 15 | 10 | 5 | 15A | 40 | 55 |
| Octal | 361 | 277 | 313 | 0 | 25 | 20 | 5 | 532 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11001011 | 0 | 10101 | 10000 | 101 | 101011010 | 1000000 | 1010101 |
Color Harmonies of #F1BFCB
Complementary color
Monochromatic Colors of #F1BFCB
Black with #F1BFCB
Text Example
Text Example
White with #F1BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFCB; }
p { color: rgb(241,191,203); }
H1.HeaderClassName
{
color: #F1BFCB;
}
.AnyTagClassName
{
color: #F1BFCB;
}
</style>
background-color css
<style>
a { background-color: #F1BFCB; }
a { background-color: rgb(241,191,203); }
div.DivClassName
{
background-color: #F1BFCB;
}
.BgClassName
{
background-color: #F1BFCB;
}
</style>
border-color css
<style>
span { border-color: #F1BFCB; }
span { border-color: rgb(241,191,203); }
td.TdClassName
{
border-color: #F1BFCB;
}
.TagClassName
{
border-color: #F1BFCB;
}
</style>