Shades of Chantilly #F4BACF
Tints of Chantilly #F4BACF
RGB
CMYK
RGB Variations
Color information
#F4BACF (or 0xF4BACF) is known color: Chantilly. HEX triplet: F4, BA and CF. RGB value is (244,186,207). Sum of RGB (Red+Green+Blue) = 244+186+207=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BACF is #0B4530. Grayscale: #CDCDCD. Windows color (decimal): -738609 or 13613812. OLE color: 13613812.
HSL color Cylindrical-coordinate representation of color #F4BACF: hue angle of 338.28º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BACF is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 207 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.04 |
| HSL | 338.28º | 0.73% | 0.84% | - |
| HSV(B) | 338.28º | 0.24% | 0.96% | - |
| XYZ | 66.13 | 58.86 | 66.91 | - |
| YUV | 205.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 207 | 0 | 0.24 | 0.15 | 0.04 | 338.28 | 0.73 | 0.84 |
| Hex | F4 | BA | CF | 0 | 18 | F | 4 | 152 | 48 | 54 |
| Octal | 364 | 272 | 317 | 0 | 30 | 17 | 4 | 522 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11001111 | 0 | 11000 | 1111 | 100 | 101010010 | 1001000 | 1010100 |
Color Harmonies of #F4BACF
Complementary color
Monochromatic Colors of #F4BACF
Black with #F4BACF
Text Example
Text Example
White with #F4BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BACF; }
p { color: rgb(244,186,207); }
H1.HeaderClassName
{
color: #F4BACF;
}
.AnyTagClassName
{
color: #F4BACF;
}
</style>
background-color css
<style>
a { background-color: #F4BACF; }
a { background-color: rgb(244,186,207); }
div.DivClassName
{
background-color: #F4BACF;
}
.BgClassName
{
background-color: #F4BACF;
}
</style>
border-color css
<style>
span { border-color: #F4BACF; }
span { border-color: rgb(244,186,207); }
td.TdClassName
{
border-color: #F4BACF;
}
.TagClassName
{
border-color: #F4BACF;
}
</style>