Shades of Chantilly #F1B7C9
Tints of Chantilly #F1B7C9
RGB
CMYK
RGB Variations
Color information
#F1B7C9 (or 0xF1B7C9) is known color: Chantilly. HEX triplet: F1, B7 and C9. RGB value is (241,183,201). Sum of RGB (Red+Green+Blue) = 241+183+201=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7C9 is #0E4836. Grayscale: #CACACA. Windows color (decimal): -935991 or 13219825. OLE color: 13219825.
HSL color Cylindrical-coordinate representation of color #F1B7C9: hue angle of 341.38º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B7C9 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 183 | 201 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.05 |
| HSL | 341.38º | 0.67% | 0.83% | - |
| HSV(B) | 341.38º | 0.24% | 0.95% | - |
| XYZ | 63.75 | 56.78 | 62.86 | - |
| YUV | 202.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 183 | 201 | 0 | 0.24 | 0.17 | 0.05 | 341.38 | 0.67 | 0.83 |
| Hex | F1 | B7 | C9 | 0 | 18 | 11 | 5 | 155 | 43 | 53 |
| Octal | 361 | 267 | 311 | 0 | 30 | 21 | 5 | 525 | 103 | 123 |
| Binary | 11110001 | 10110111 | 11001001 | 0 | 11000 | 10001 | 101 | 101010101 | 1000011 | 1010011 |
Color Harmonies of #F1B7C9
Complementary color
Monochromatic Colors of #F1B7C9
Black with #F1B7C9
Text Example
Text Example
White with #F1B7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B7C9; }
p { color: rgb(241,183,201); }
H1.HeaderClassName
{
color: #F1B7C9;
}
.AnyTagClassName
{
color: #F1B7C9;
}
</style>
background-color css
<style>
a { background-color: #F1B7C9; }
a { background-color: rgb(241,183,201); }
div.DivClassName
{
background-color: #F1B7C9;
}
.BgClassName
{
background-color: #F1B7C9;
}
</style>
border-color css
<style>
span { border-color: #F1B7C9; }
span { border-color: rgb(241,183,201); }
td.TdClassName
{
border-color: #F1B7C9;
}
.TagClassName
{
border-color: #F1B7C9;
}
</style>