Shades of Chantilly #F1BACB
Tints of Chantilly #F1BACB
RGB
CMYK
RGB Variations
Color information
#F1BACB (or 0xF1BACB) is known color: Chantilly. HEX triplet: F1, BA and CB. RGB value is (241,186,203). Sum of RGB (Red+Green+Blue) = 241+186+203=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BACB is #0E4534. Grayscale: #CCCCCC. Windows color (decimal): -935221 or 13351665. OLE color: 13351665.
HSL color Cylindrical-coordinate representation of color #F1BACB: hue angle of 341.45º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BACB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 203 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 341.45º | 0.66% | 0.84% | - |
| HSV(B) | 341.45º | 0.23% | 0.95% | - |
| XYZ | 64.61 | 58.13 | 64.31 | - |
| YUV | 204.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 203 | 0 | 0.23 | 0.16 | 0.05 | 341.45 | 0.66 | 0.84 |
| Hex | F1 | BA | CB | 0 | 17 | 10 | 5 | 155 | 42 | 54 |
| Octal | 361 | 272 | 313 | 0 | 27 | 20 | 5 | 525 | 102 | 124 |
| Binary | 11110001 | 10111010 | 11001011 | 0 | 10111 | 10000 | 101 | 101010101 | 1000010 | 1010100 |
Color Harmonies of #F1BACB
Complementary color
Monochromatic Colors of #F1BACB
Black with #F1BACB
Text Example
Text Example
White with #F1BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BACB; }
p { color: rgb(241,186,203); }
H1.HeaderClassName
{
color: #F1BACB;
}
.AnyTagClassName
{
color: #F1BACB;
}
</style>
background-color css
<style>
a { background-color: #F1BACB; }
a { background-color: rgb(241,186,203); }
div.DivClassName
{
background-color: #F1BACB;
}
.BgClassName
{
background-color: #F1BACB;
}
</style>
border-color css
<style>
span { border-color: #F1BACB; }
span { border-color: rgb(241,186,203); }
td.TdClassName
{
border-color: #F1BACB;
}
.TagClassName
{
border-color: #F1BACB;
}
</style>