Shades of Chantilly #F2BFC9
Tints of Chantilly #F2BFC9
RGB
CMYK
RGB Variations
Color information
#F2BFC9 (or 0xF2BFC9) is known color: Chantilly. HEX triplet: F2, BF and C9. RGB value is (242,191,201). Sum of RGB (Red+Green+Blue) = 242+191+201=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFC9 is #0D4036. Grayscale: #CFCFCF. Windows color (decimal): -868407 or 13221874. OLE color: 13221874.
HSL color Cylindrical-coordinate representation of color #F2BFC9: hue angle of 348.24º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFC9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 201 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.05 |
| HSL | 348.24º | 0.66% | 0.85% | - |
| HSV(B) | 348.24º | 0.21% | 0.95% | - |
| XYZ | 65.79 | 60.36 | 63.44 | - |
| YUV | 207.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 201 | 0 | 0.21 | 0.17 | 0.05 | 348.24 | 0.66 | 0.85 |
| Hex | F2 | BF | C9 | 0 | 15 | 11 | 5 | 15C | 42 | 55 |
| Octal | 362 | 277 | 311 | 0 | 25 | 21 | 5 | 534 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11001001 | 0 | 10101 | 10001 | 101 | 101011100 | 1000010 | 1010101 |
Color Harmonies of #F2BFC9
Complementary color
Monochromatic Colors of #F2BFC9
Black with #F2BFC9
Text Example
Text Example
White with #F2BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFC9; }
p { color: rgb(242,191,201); }
H1.HeaderClassName
{
color: #F2BFC9;
}
.AnyTagClassName
{
color: #F2BFC9;
}
</style>
background-color css
<style>
a { background-color: #F2BFC9; }
a { background-color: rgb(242,191,201); }
div.DivClassName
{
background-color: #F2BFC9;
}
.BgClassName
{
background-color: #F2BFC9;
}
</style>
border-color css
<style>
span { border-color: #F2BFC9; }
span { border-color: rgb(242,191,201); }
td.TdClassName
{
border-color: #F2BFC9;
}
.TagClassName
{
border-color: #F2BFC9;
}
</style>