Shades of Chantilly #F1BCD1
Tints of Chantilly #F1BCD1
RGB
CMYK
RGB Variations
Color information
#F1BCD1 (or 0xF1BCD1) is known color: Chantilly. HEX triplet: F1, BC and D1. RGB value is (241,188,209). Sum of RGB (Red+Green+Blue) = 241+188+209=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCD1 is #0E432E. Grayscale: #CECECE. Windows color (decimal): -934703 or 13745393. OLE color: 13745393.
HSL color Cylindrical-coordinate representation of color #F1BCD1: hue angle of 336.23º 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 #F1BCD1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 209 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.05 |
| HSL | 336.23º | 0.65% | 0.84% | - |
| HSV(B) | 336.23º | 0.22% | 0.95% | - |
| XYZ | 65.77 | 59.27 | 68.3 | - |
| YUV | 206.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 209 | 0 | 0.22 | 0.13 | 0.05 | 336.23 | 0.65 | 0.84 |
| Hex | F1 | BC | D1 | 0 | 16 | D | 5 | 150 | 41 | 54 |
| Octal | 361 | 274 | 321 | 0 | 26 | 15 | 5 | 520 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11010001 | 0 | 10110 | 1101 | 101 | 101010000 | 1000001 | 1010100 |
Color Harmonies of #F1BCD1
Complementary color
Monochromatic Colors of #F1BCD1
Black with #F1BCD1
Text Example
Text Example
White with #F1BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCD1; }
p { color: rgb(241,188,209); }
H1.HeaderClassName
{
color: #F1BCD1;
}
.AnyTagClassName
{
color: #F1BCD1;
}
</style>
background-color css
<style>
a { background-color: #F1BCD1; }
a { background-color: rgb(241,188,209); }
div.DivClassName
{
background-color: #F1BCD1;
}
.BgClassName
{
background-color: #F1BCD1;
}
</style>
border-color css
<style>
span { border-color: #F1BCD1; }
span { border-color: rgb(241,188,209); }
td.TdClassName
{
border-color: #F1BCD1;
}
.TagClassName
{
border-color: #F1BCD1;
}
</style>