Shades of Chantilly #F1B9C7
Tints of Chantilly #F1B9C7
RGB
CMYK
RGB Variations
Color information
#F1B9C7 (or 0xF1B9C7) is known color: Chantilly. HEX triplet: F1, B9 and C7. RGB value is (241,185,199). Sum of RGB (Red+Green+Blue) = 241+185+199=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9C7 is #0E4638. Grayscale: #CBCBCB. Windows color (decimal): -935481 or 13089265. OLE color: 13089265.
HSL color Cylindrical-coordinate representation of color #F1B9C7: hue angle of 345º 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 #F1B9C7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 199 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.05 |
| HSL | 345º | 0.67% | 0.84% | - |
| HSV(B) | 345º | 0.23% | 0.95% | - |
| XYZ | 63.93 | 57.52 | 61.77 | - |
| YUV | 203.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 199 | 0 | 0.23 | 0.17 | 0.05 | 345 | 0.67 | 0.84 |
| Hex | F1 | B9 | C7 | 0 | 17 | 11 | 5 | 159 | 43 | 54 |
| Octal | 361 | 271 | 307 | 0 | 27 | 21 | 5 | 531 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11000111 | 0 | 10111 | 10001 | 101 | 101011001 | 1000011 | 1010100 |
Color Harmonies of #F1B9C7
Complementary color
Monochromatic Colors of #F1B9C7
Black with #F1B9C7
Text Example
Text Example
White with #F1B9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9C7; }
p { color: rgb(241,185,199); }
H1.HeaderClassName
{
color: #F1B9C7;
}
.AnyTagClassName
{
color: #F1B9C7;
}
</style>
background-color css
<style>
a { background-color: #F1B9C7; }
a { background-color: rgb(241,185,199); }
div.DivClassName
{
background-color: #F1B9C7;
}
.BgClassName
{
background-color: #F1B9C7;
}
</style>
border-color css
<style>
span { border-color: #F1B9C7; }
span { border-color: rgb(241,185,199); }
td.TdClassName
{
border-color: #F1B9C7;
}
.TagClassName
{
border-color: #F1B9C7;
}
</style>