Shades of Chantilly #F3B9CB
Tints of Chantilly #F3B9CB
RGB
CMYK
RGB Variations
Color information
#F3B9CB (or 0xF3B9CB) is known color: Chantilly. HEX triplet: F3, B9 and CB. RGB value is (243,185,203). Sum of RGB (Red+Green+Blue) = 243+185+203=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9CB is #0C4634. Grayscale: #CCCCCC. Windows color (decimal): -804405 or 13351411. OLE color: 13351411.
HSL color Cylindrical-coordinate representation of color #F3B9CB: hue angle of 341.38º 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 #F3B9CB is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 203 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.05 |
| HSL | 341.38º | 0.71% | 0.84% | - |
| HSV(B) | 341.38º | 0.24% | 0.95% | - |
| XYZ | 65.09 | 58.06 | 64.28 | - |
| YUV | 204.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 203 | 0 | 0.24 | 0.16 | 0.05 | 341.38 | 0.71 | 0.84 |
| Hex | F3 | B9 | CB | 0 | 18 | 10 | 5 | 155 | 47 | 54 |
| Octal | 363 | 271 | 313 | 0 | 30 | 20 | 5 | 525 | 107 | 124 |
| Binary | 11110011 | 10111001 | 11001011 | 0 | 11000 | 10000 | 101 | 101010101 | 1000111 | 1010100 |
Color Harmonies of #F3B9CB
Complementary color
Monochromatic Colors of #F3B9CB
Black with #F3B9CB
Text Example
Text Example
White with #F3B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9CB; }
p { color: rgb(243,185,203); }
H1.HeaderClassName
{
color: #F3B9CB;
}
.AnyTagClassName
{
color: #F3B9CB;
}
</style>
background-color css
<style>
a { background-color: #F3B9CB; }
a { background-color: rgb(243,185,203); }
div.DivClassName
{
background-color: #F3B9CB;
}
.BgClassName
{
background-color: #F3B9CB;
}
</style>
border-color css
<style>
span { border-color: #F3B9CB; }
span { border-color: rgb(243,185,203); }
td.TdClassName
{
border-color: #F3B9CB;
}
.TagClassName
{
border-color: #F3B9CB;
}
</style>