Shades of Chantilly #F1BCCA
Tints of Chantilly #F1BCCA
RGB
CMYK
RGB Variations
Color information
#F1BCCA (or 0xF1BCCA) is known color: Chantilly. HEX triplet: F1, BC and CA. RGB value is (241,188,202). Sum of RGB (Red+Green+Blue) = 241+188+202=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCCA is #0E4335. Grayscale: #CDCDCD. Windows color (decimal): -934710 or 13286641. OLE color: 13286641.
HSL color Cylindrical-coordinate representation of color #F1BCCA: hue angle of 344.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BCCA is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 202 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.05 |
| HSL | 344.15º | 0.65% | 0.84% | - |
| HSV(B) | 344.15º | 0.22% | 0.95% | - |
| XYZ | 64.92 | 58.93 | 63.83 | - |
| YUV | 205.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 202 | 0 | 0.22 | 0.16 | 0.05 | 344.15 | 0.65 | 0.84 |
| Hex | F1 | BC | CA | 0 | 16 | 10 | 5 | 158 | 41 | 54 |
| Octal | 361 | 274 | 312 | 0 | 26 | 20 | 5 | 530 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11001010 | 0 | 10110 | 10000 | 101 | 101011000 | 1000001 | 1010100 |
Color Harmonies of #F1BCCA
Complementary color
Monochromatic Colors of #F1BCCA
Black with #F1BCCA
Text Example
Text Example
White with #F1BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCCA; }
p { color: rgb(241,188,202); }
H1.HeaderClassName
{
color: #F1BCCA;
}
.AnyTagClassName
{
color: #F1BCCA;
}
</style>
background-color css
<style>
a { background-color: #F1BCCA; }
a { background-color: rgb(241,188,202); }
div.DivClassName
{
background-color: #F1BCCA;
}
.BgClassName
{
background-color: #F1BCCA;
}
</style>
border-color css
<style>
span { border-color: #F1BCCA; }
span { border-color: rgb(241,188,202); }
td.TdClassName
{
border-color: #F1BCCA;
}
.TagClassName
{
border-color: #F1BCCA;
}
</style>