Shades of Chantilly #F3B9CE
Tints of Chantilly #F3B9CE
RGB
CMYK
RGB Variations
Color information
#F3B9CE (or 0xF3B9CE) is known color: Chantilly. HEX triplet: F3, B9 and CE. RGB value is (243,185,206). Sum of RGB (Red+Green+Blue) = 243+185+206=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9CE is #0C4631. Grayscale: #CCCCCC. Windows color (decimal): -804402 or 13548019. OLE color: 13548019.
HSL color Cylindrical-coordinate representation of color #F3B9CE: hue angle of 338.28º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9CE is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 206 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.05 |
| HSL | 338.28º | 0.71% | 0.84% | - |
| HSV(B) | 338.28º | 0.24% | 0.95% | - |
| XYZ | 65.45 | 58.21 | 66.18 | - |
| YUV | 204.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 206 | 0 | 0.24 | 0.15 | 0.05 | 338.28 | 0.71 | 0.84 |
| Hex | F3 | B9 | CE | 0 | 18 | F | 5 | 152 | 47 | 54 |
| Octal | 363 | 271 | 316 | 0 | 30 | 17 | 5 | 522 | 107 | 124 |
| Binary | 11110011 | 10111001 | 11001110 | 0 | 11000 | 1111 | 101 | 101010010 | 1000111 | 1010100 |
Color Harmonies of #F3B9CE
Complementary color
Monochromatic Colors of #F3B9CE
Black with #F3B9CE
Text Example
Text Example
White with #F3B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9CE; }
p { color: rgb(243,185,206); }
H1.HeaderClassName
{
color: #F3B9CE;
}
.AnyTagClassName
{
color: #F3B9CE;
}
</style>
background-color css
<style>
a { background-color: #F3B9CE; }
a { background-color: rgb(243,185,206); }
div.DivClassName
{
background-color: #F3B9CE;
}
.BgClassName
{
background-color: #F3B9CE;
}
</style>
border-color css
<style>
span { border-color: #F3B9CE; }
span { border-color: rgb(243,185,206); }
td.TdClassName
{
border-color: #F3B9CE;
}
.TagClassName
{
border-color: #F3B9CE;
}
</style>