Shades of Chantilly #F4B9CE
Tints of Chantilly #F4B9CE
RGB
CMYK
RGB Variations
Color information
#F4B9CE (or 0xF4B9CE) is known color: Chantilly. HEX triplet: F4, B9 and CE. RGB value is (244,185,206). Sum of RGB (Red+Green+Blue) = 244+185+206=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B9CE is #0B4631. Grayscale: #CDCDCD. Windows color (decimal): -738866 or 13548020. OLE color: 13548020.
HSL color Cylindrical-coordinate representation of color #F4B9CE: hue angle of 338.64º 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 #F4B9CE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 206 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.04 |
| HSL | 338.64º | 0.73% | 0.84% | - |
| HSV(B) | 338.64º | 0.24% | 0.96% | - |
| XYZ | 65.8 | 58.39 | 66.19 | - |
| YUV | 205.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 206 | 0 | 0.24 | 0.16 | 0.04 | 338.64 | 0.73 | 0.84 |
| Hex | F4 | B9 | CE | 0 | 18 | 10 | 4 | 153 | 49 | 54 |
| Octal | 364 | 271 | 316 | 0 | 30 | 20 | 4 | 523 | 111 | 124 |
| Binary | 11110100 | 10111001 | 11001110 | 0 | 11000 | 10000 | 100 | 101010011 | 1001001 | 1010100 |
Color Harmonies of #F4B9CE
Complementary color
Monochromatic Colors of #F4B9CE
Black with #F4B9CE
Text Example
Text Example
White with #F4B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B9CE; }
p { color: rgb(244,185,206); }
H1.HeaderClassName
{
color: #F4B9CE;
}
.AnyTagClassName
{
color: #F4B9CE;
}
</style>
background-color css
<style>
a { background-color: #F4B9CE; }
a { background-color: rgb(244,185,206); }
div.DivClassName
{
background-color: #F4B9CE;
}
.BgClassName
{
background-color: #F4B9CE;
}
</style>
border-color css
<style>
span { border-color: #F4B9CE; }
span { border-color: rgb(244,185,206); }
td.TdClassName
{
border-color: #F4B9CE;
}
.TagClassName
{
border-color: #F4B9CE;
}
</style>