Shades of Chantilly #F4BAC6
Tints of Chantilly #F4BAC6
RGB
CMYK
RGB Variations
Color information
#F4BAC6 (or 0xF4BAC6) is known color: Chantilly. HEX triplet: F4, BA and C6. RGB value is (244,186,198). Sum of RGB (Red+Green+Blue) = 244+186+198=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAC6 is #0B4539. Grayscale: #CCCCCC. Windows color (decimal): -738618 or 13023988. OLE color: 13023988.
HSL color Cylindrical-coordinate representation of color #F4BAC6: hue angle of 347.59º 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 #F4BAC6 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 198 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.04 |
| HSL | 347.59º | 0.73% | 0.84% | - |
| HSV(B) | 347.59º | 0.24% | 0.96% | - |
| XYZ | 65.06 | 58.43 | 61.27 | - |
| YUV | 204.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 198 | 0 | 0.24 | 0.19 | 0.04 | 347.59 | 0.73 | 0.84 |
| Hex | F4 | BA | C6 | 0 | 18 | 13 | 4 | 15C | 48 | 54 |
| Octal | 364 | 272 | 306 | 0 | 30 | 23 | 4 | 534 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11000110 | 0 | 11000 | 10011 | 100 | 101011100 | 1001000 | 1010100 |
Color Harmonies of #F4BAC6
Complementary color
Monochromatic Colors of #F4BAC6
Black with #F4BAC6
Text Example
Text Example
White with #F4BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BAC6; }
p { color: rgb(244,186,198); }
H1.HeaderClassName
{
color: #F4BAC6;
}
.AnyTagClassName
{
color: #F4BAC6;
}
</style>
background-color css
<style>
a { background-color: #F4BAC6; }
a { background-color: rgb(244,186,198); }
div.DivClassName
{
background-color: #F4BAC6;
}
.BgClassName
{
background-color: #F4BAC6;
}
</style>
border-color css
<style>
span { border-color: #F4BAC6; }
span { border-color: rgb(244,186,198); }
td.TdClassName
{
border-color: #F4BAC6;
}
.TagClassName
{
border-color: #F4BAC6;
}
</style>