Shades of Chantilly #F2B9C7
Tints of Chantilly #F2B9C7
RGB
CMYK
RGB Variations
Color information
#F2B9C7 (or 0xF2B9C7) is known color: Chantilly. HEX triplet: F2, B9 and C7. RGB value is (242,185,199). Sum of RGB (Red+Green+Blue) = 242+185+199=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9C7 is #0D4638. Grayscale: #CBCBCB. Windows color (decimal): -869945 or 13089266. OLE color: 13089266.
HSL color Cylindrical-coordinate representation of color #F2B9C7: hue angle of 345.26º 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 #F2B9C7 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 199 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.05 |
| HSL | 345.26º | 0.69% | 0.84% | - |
| HSV(B) | 345.26º | 0.24% | 0.95% | - |
| XYZ | 64.28 | 57.7 | 61.78 | - |
| YUV | 203.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 199 | 0 | 0.24 | 0.18 | 0.05 | 345.26 | 0.69 | 0.84 |
| Hex | F2 | B9 | C7 | 0 | 18 | 12 | 5 | 159 | 45 | 54 |
| Octal | 362 | 271 | 307 | 0 | 30 | 22 | 5 | 531 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11000111 | 0 | 11000 | 10010 | 101 | 101011001 | 1000101 | 1010100 |
Color Harmonies of #F2B9C7
Complementary color
Monochromatic Colors of #F2B9C7
Black with #F2B9C7
Text Example
Text Example
White with #F2B9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9C7; }
p { color: rgb(242,185,199); }
H1.HeaderClassName
{
color: #F2B9C7;
}
.AnyTagClassName
{
color: #F2B9C7;
}
</style>
background-color css
<style>
a { background-color: #F2B9C7; }
a { background-color: rgb(242,185,199); }
div.DivClassName
{
background-color: #F2B9C7;
}
.BgClassName
{
background-color: #F2B9C7;
}
</style>
border-color css
<style>
span { border-color: #F2B9C7; }
span { border-color: rgb(242,185,199); }
td.TdClassName
{
border-color: #F2B9C7;
}
.TagClassName
{
border-color: #F2B9C7;
}
</style>