Shades of Chantilly #F4B8CE
Tints of Chantilly #F4B8CE
RGB
CMYK
RGB Variations
Color information
#F4B8CE (or 0xF4B8CE) is known color: Chantilly. HEX triplet: F4, B8 and CE. RGB value is (244,184,206). Sum of RGB (Red+Green+Blue) = 244+184+206=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8CE is #0B4731. Grayscale: #CCCCCC. Windows color (decimal): -739122 or 13547764. OLE color: 13547764.
HSL color Cylindrical-coordinate representation of color #F4B8CE: hue angle of 338º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B8CE is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 206 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.04 |
| HSL | 338º | 0.73% | 0.84% | - |
| HSV(B) | 338º | 0.25% | 0.96% | - |
| XYZ | 65.59 | 57.97 | 66.12 | - |
| YUV | 204.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 206 | 0 | 0.25 | 0.16 | 0.04 | 338 | 0.73 | 0.84 |
| Hex | F4 | B8 | CE | 0 | 19 | 10 | 4 | 152 | 49 | 54 |
| Octal | 364 | 270 | 316 | 0 | 31 | 20 | 4 | 522 | 111 | 124 |
| Binary | 11110100 | 10111000 | 11001110 | 0 | 11001 | 10000 | 100 | 101010010 | 1001001 | 1010100 |
Color Harmonies of #F4B8CE
Complementary color
Monochromatic Colors of #F4B8CE
Black with #F4B8CE
Text Example
Text Example
White with #F4B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8CE; }
p { color: rgb(244,184,206); }
H1.HeaderClassName
{
color: #F4B8CE;
}
.AnyTagClassName
{
color: #F4B8CE;
}
</style>
background-color css
<style>
a { background-color: #F4B8CE; }
a { background-color: rgb(244,184,206); }
div.DivClassName
{
background-color: #F4B8CE;
}
.BgClassName
{
background-color: #F4B8CE;
}
</style>
border-color css
<style>
span { border-color: #F4B8CE; }
span { border-color: rgb(244,184,206); }
td.TdClassName
{
border-color: #F4B8CE;
}
.TagClassName
{
border-color: #F4B8CE;
}
</style>