Shades of Chantilly #F1BFD1
Tints of Chantilly #F1BFD1
RGB
CMYK
RGB Variations
Color information
#F1BFD1 (or 0xF1BFD1) is known color: Chantilly. HEX triplet: F1, BF and D1. RGB value is (241,191,209). Sum of RGB (Red+Green+Blue) = 241+191+209=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFD1 is #0E402E. Grayscale: #CFCFCF. Windows color (decimal): -933935 or 13746161. OLE color: 13746161.
HSL color Cylindrical-coordinate representation of color #F1BFD1: hue angle of 338.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 #F1BFD1 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 209 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.05 |
| HSL | 338.4º | 0.64% | 0.85% | - |
| HSV(B) | 338.4º | 0.21% | 0.95% | - |
| XYZ | 66.42 | 60.57 | 68.51 | - |
| YUV | 208 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 209 | 0 | 0.21 | 0.13 | 0.05 | 338.4 | 0.64 | 0.85 |
| Hex | F1 | BF | D1 | 0 | 15 | D | 5 | 152 | 40 | 55 |
| Octal | 361 | 277 | 321 | 0 | 25 | 15 | 5 | 522 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11010001 | 0 | 10101 | 1101 | 101 | 101010010 | 1000000 | 1010101 |
Color Harmonies of #F1BFD1
Complementary color
Monochromatic Colors of #F1BFD1
Black with #F1BFD1
Text Example
Text Example
White with #F1BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFD1; }
p { color: rgb(241,191,209); }
H1.HeaderClassName
{
color: #F1BFD1;
}
.AnyTagClassName
{
color: #F1BFD1;
}
</style>
background-color css
<style>
a { background-color: #F1BFD1; }
a { background-color: rgb(241,191,209); }
div.DivClassName
{
background-color: #F1BFD1;
}
.BgClassName
{
background-color: #F1BFD1;
}
</style>
border-color css
<style>
span { border-color: #F1BFD1; }
span { border-color: rgb(241,191,209); }
td.TdClassName
{
border-color: #F1BFD1;
}
.TagClassName
{
border-color: #F1BFD1;
}
</style>