Shades of Chantilly #F1B9C6
Tints of Chantilly #F1B9C6
RGB
CMYK
RGB Variations
Color information
#F1B9C6 (or 0xF1B9C6) is known color: Chantilly. HEX triplet: F1, B9 and C6. RGB value is (241,185,198). Sum of RGB (Red+Green+Blue) = 241+185+198=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9C6 is #0E4639. Grayscale: #CBCBCB. Windows color (decimal): -935482 or 13023729. OLE color: 13023729.
HSL color Cylindrical-coordinate representation of color #F1B9C6: hue angle of 346.07º degrees, saturation: 0.67, 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 #F1B9C6 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 198 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.05 |
| HSL | 346.07º | 0.67% | 0.84% | - |
| HSV(B) | 346.07º | 0.23% | 0.95% | - |
| XYZ | 63.82 | 57.48 | 61.16 | - |
| YUV | 203.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 198 | 0 | 0.23 | 0.18 | 0.05 | 346.07 | 0.67 | 0.84 |
| Hex | F1 | B9 | C6 | 0 | 17 | 12 | 5 | 15A | 43 | 54 |
| Octal | 361 | 271 | 306 | 0 | 27 | 22 | 5 | 532 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11000110 | 0 | 10111 | 10010 | 101 | 101011010 | 1000011 | 1010100 |
Color Harmonies of #F1B9C6
Complementary color
Monochromatic Colors of #F1B9C6
Black with #F1B9C6
Text Example
Text Example
White with #F1B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9C6; }
p { color: rgb(241,185,198); }
H1.HeaderClassName
{
color: #F1B9C6;
}
.AnyTagClassName
{
color: #F1B9C6;
}
</style>
background-color css
<style>
a { background-color: #F1B9C6; }
a { background-color: rgb(241,185,198); }
div.DivClassName
{
background-color: #F1B9C6;
}
.BgClassName
{
background-color: #F1B9C6;
}
</style>
border-color css
<style>
span { border-color: #F1B9C6; }
span { border-color: rgb(241,185,198); }
td.TdClassName
{
border-color: #F1B9C6;
}
.TagClassName
{
border-color: #F1B9C6;
}
</style>