Shades of Chantilly #F1BFCD
Tints of Chantilly #F1BFCD
RGB
CMYK
RGB Variations
Color information
#F1BFCD (or 0xF1BFCD) is known color: Chantilly. HEX triplet: F1, BF and CD. RGB value is (241,191,205). Sum of RGB (Red+Green+Blue) = 241+191+205=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFCD is #0E4032. Grayscale: #CFCFCF. Windows color (decimal): -933939 or 13484017. OLE color: 13484017.
HSL color Cylindrical-coordinate representation of color #F1BFCD: hue angle of 343.2º 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 #F1BFCD is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 205 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.05 |
| HSL | 343.2º | 0.64% | 0.85% | - |
| HSV(B) | 343.2º | 0.21% | 0.95% | - |
| XYZ | 65.93 | 60.37 | 65.94 | - |
| YUV | 207.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 205 | 0 | 0.21 | 0.15 | 0.05 | 343.2 | 0.64 | 0.85 |
| Hex | F1 | BF | CD | 0 | 15 | F | 5 | 157 | 40 | 55 |
| Octal | 361 | 277 | 315 | 0 | 25 | 17 | 5 | 527 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11001101 | 0 | 10101 | 1111 | 101 | 101010111 | 1000000 | 1010101 |
Color Harmonies of #F1BFCD
Complementary color
Monochromatic Colors of #F1BFCD
Black with #F1BFCD
Text Example
Text Example
White with #F1BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFCD; }
p { color: rgb(241,191,205); }
H1.HeaderClassName
{
color: #F1BFCD;
}
.AnyTagClassName
{
color: #F1BFCD;
}
</style>
background-color css
<style>
a { background-color: #F1BFCD; }
a { background-color: rgb(241,191,205); }
div.DivClassName
{
background-color: #F1BFCD;
}
.BgClassName
{
background-color: #F1BFCD;
}
</style>
border-color css
<style>
span { border-color: #F1BFCD; }
span { border-color: rgb(241,191,205); }
td.TdClassName
{
border-color: #F1BFCD;
}
.TagClassName
{
border-color: #F1BFCD;
}
</style>