Shades of Chantilly #F2B9C9
Tints of Chantilly #F2B9C9
RGB
CMYK
RGB Variations
Color information
#F2B9C9 (or 0xF2B9C9) is known color: Chantilly. HEX triplet: F2, B9 and C9. RGB value is (242,185,201). Sum of RGB (Red+Green+Blue) = 242+185+201=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9C9 is #0D4636. Grayscale: #CBCBCB. Windows color (decimal): -869943 or 13220338. OLE color: 13220338.
HSL color Cylindrical-coordinate representation of color #F2B9C9: hue angle of 343.16º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9C9 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 201 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.05 |
| HSL | 343.16º | 0.69% | 0.84% | - |
| HSV(B) | 343.16º | 0.24% | 0.95% | - |
| XYZ | 64.51 | 57.79 | 63.01 | - |
| YUV | 203.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 201 | 0 | 0.24 | 0.17 | 0.05 | 343.16 | 0.69 | 0.84 |
| Hex | F2 | B9 | C9 | 0 | 18 | 11 | 5 | 157 | 45 | 54 |
| Octal | 362 | 271 | 311 | 0 | 30 | 21 | 5 | 527 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11001001 | 0 | 11000 | 10001 | 101 | 101010111 | 1000101 | 1010100 |
Color Harmonies of #F2B9C9
Complementary color
Monochromatic Colors of #F2B9C9
Black with #F2B9C9
Text Example
Text Example
White with #F2B9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9C9; }
p { color: rgb(242,185,201); }
H1.HeaderClassName
{
color: #F2B9C9;
}
.AnyTagClassName
{
color: #F2B9C9;
}
</style>
background-color css
<style>
a { background-color: #F2B9C9; }
a { background-color: rgb(242,185,201); }
div.DivClassName
{
background-color: #F2B9C9;
}
.BgClassName
{
background-color: #F2B9C9;
}
</style>
border-color css
<style>
span { border-color: #F2B9C9; }
span { border-color: rgb(242,185,201); }
td.TdClassName
{
border-color: #F2B9C9;
}
.TagClassName
{
border-color: #F2B9C9;
}
</style>