Shades of Chantilly #F2BACF
Tints of Chantilly #F2BACF
RGB
CMYK
RGB Variations
Color information
#F2BACF (or 0xF2BACF) is known color: Chantilly. HEX triplet: F2, BA and CF. RGB value is (242,186,207). Sum of RGB (Red+Green+Blue) = 242+186+207=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BACF is #0D4530. Grayscale: #CDCDCD. Windows color (decimal): -869681 or 13613810. OLE color: 13613810.
HSL color Cylindrical-coordinate representation of color #F2BACF: hue angle of 337.5º degrees, saturation: 0.68, 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 #F2BACF is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 207 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.05 |
| HSL | 337.5º | 0.68% | 0.84% | - |
| HSV(B) | 337.5º | 0.23% | 0.95% | - |
| XYZ | 65.44 | 58.5 | 66.87 | - |
| YUV | 205.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 207 | 0 | 0.23 | 0.14 | 0.05 | 337.5 | 0.68 | 0.84 |
| Hex | F2 | BA | CF | 0 | 17 | E | 5 | 152 | 44 | 54 |
| Octal | 362 | 272 | 317 | 0 | 27 | 16 | 5 | 522 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11001111 | 0 | 10111 | 1110 | 101 | 101010010 | 1000100 | 1010100 |
Color Harmonies of #F2BACF
Complementary color
Monochromatic Colors of #F2BACF
Black with #F2BACF
Text Example
Text Example
White with #F2BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BACF; }
p { color: rgb(242,186,207); }
H1.HeaderClassName
{
color: #F2BACF;
}
.AnyTagClassName
{
color: #F2BACF;
}
</style>
background-color css
<style>
a { background-color: #F2BACF; }
a { background-color: rgb(242,186,207); }
div.DivClassName
{
background-color: #F2BACF;
}
.BgClassName
{
background-color: #F2BACF;
}
</style>
border-color css
<style>
span { border-color: #F2BACF; }
span { border-color: rgb(242,186,207); }
td.TdClassName
{
border-color: #F2BACF;
}
.TagClassName
{
border-color: #F2BACF;
}
</style>