Shades of Chantilly #F4BAC9
Tints of Chantilly #F4BAC9
RGB
CMYK
RGB Variations
Color information
#F4BAC9 (or 0xF4BAC9) is known color: Chantilly. HEX triplet: F4, BA and C9. RGB value is (244,186,201). Sum of RGB (Red+Green+Blue) = 244+186+201=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAC9 is #0B4536. Grayscale: #CDCDCD. Windows color (decimal): -738615 or 13220596. OLE color: 13220596.
HSL color Cylindrical-coordinate representation of color #F4BAC9: hue angle of 344.48º 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 #F4BAC9 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 201 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.04 |
| HSL | 344.48º | 0.73% | 0.84% | - |
| HSV(B) | 344.48º | 0.24% | 0.96% | - |
| XYZ | 65.41 | 58.57 | 63.12 | - |
| YUV | 205.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 201 | 0 | 0.24 | 0.18 | 0.04 | 344.48 | 0.73 | 0.84 |
| Hex | F4 | BA | C9 | 0 | 18 | 12 | 4 | 158 | 48 | 54 |
| Octal | 364 | 272 | 311 | 0 | 30 | 22 | 4 | 530 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11001001 | 0 | 11000 | 10010 | 100 | 101011000 | 1001000 | 1010100 |
Color Harmonies of #F4BAC9
Complementary color
Monochromatic Colors of #F4BAC9
Black with #F4BAC9
Text Example
Text Example
White with #F4BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BAC9; }
p { color: rgb(244,186,201); }
H1.HeaderClassName
{
color: #F4BAC9;
}
.AnyTagClassName
{
color: #F4BAC9;
}
</style>
background-color css
<style>
a { background-color: #F4BAC9; }
a { background-color: rgb(244,186,201); }
div.DivClassName
{
background-color: #F4BAC9;
}
.BgClassName
{
background-color: #F4BAC9;
}
</style>
border-color css
<style>
span { border-color: #F4BAC9; }
span { border-color: rgb(244,186,201); }
td.TdClassName
{
border-color: #F4BAC9;
}
.TagClassName
{
border-color: #F4BAC9;
}
</style>