Shades of Chantilly #F1BFCA
Tints of Chantilly #F1BFCA
RGB
CMYK
RGB Variations
Color information
#F1BFCA (or 0xF1BFCA) is known color: Chantilly. HEX triplet: F1, BF and CA. RGB value is (241,191,202). Sum of RGB (Red+Green+Blue) = 241+191+202=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFCA is #0E4035. Grayscale: #CFCFCF. Windows color (decimal): -933942 or 13287409. OLE color: 13287409.
HSL color Cylindrical-coordinate representation of color #F1BFCA: hue angle of 346.8º 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 #F1BFCA is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 202 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 346.8º | 0.64% | 0.85% | - |
| HSV(B) | 346.8º | 0.21% | 0.95% | - |
| XYZ | 65.57 | 60.23 | 64.05 | - |
| YUV | 207.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 202 | 0 | 0.21 | 0.16 | 0.05 | 346.8 | 0.64 | 0.85 |
| Hex | F1 | BF | CA | 0 | 15 | 10 | 5 | 15B | 40 | 55 |
| Octal | 361 | 277 | 312 | 0 | 25 | 20 | 5 | 533 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11001010 | 0 | 10101 | 10000 | 101 | 101011011 | 1000000 | 1010101 |
Color Harmonies of #F1BFCA
Complementary color
Monochromatic Colors of #F1BFCA
Black with #F1BFCA
Text Example
Text Example
White with #F1BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFCA; }
p { color: rgb(241,191,202); }
H1.HeaderClassName
{
color: #F1BFCA;
}
.AnyTagClassName
{
color: #F1BFCA;
}
</style>
background-color css
<style>
a { background-color: #F1BFCA; }
a { background-color: rgb(241,191,202); }
div.DivClassName
{
background-color: #F1BFCA;
}
.BgClassName
{
background-color: #F1BFCA;
}
</style>
border-color css
<style>
span { border-color: #F1BFCA; }
span { border-color: rgb(241,191,202); }
td.TdClassName
{
border-color: #F1BFCA;
}
.TagClassName
{
border-color: #F1BFCA;
}
</style>