Shades of Chantilly #F3BBCB
Tints of Chantilly #F3BBCB
RGB
CMYK
RGB Variations
Color information
#F3BBCB (or 0xF3BBCB) is known color: Chantilly. HEX triplet: F3, BB and CB. RGB value is (243,187,203). Sum of RGB (Red+Green+Blue) = 243+187+203=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBCB is #0C4434. Grayscale: #CDCDCD. Windows color (decimal): -803893 or 13351923. OLE color: 13351923.
HSL color Cylindrical-coordinate representation of color #F3BBCB: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BBCB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 203 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 342.86º | 0.7% | 0.84% | - |
| HSV(B) | 342.86º | 0.23% | 0.95% | - |
| XYZ | 65.51 | 58.91 | 64.42 | - |
| YUV | 205.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 203 | 0 | 0.23 | 0.16 | 0.05 | 342.86 | 0.7 | 0.84 |
| Hex | F3 | BB | CB | 0 | 17 | 10 | 5 | 157 | 46 | 54 |
| Octal | 363 | 273 | 313 | 0 | 27 | 20 | 5 | 527 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11001011 | 0 | 10111 | 10000 | 101 | 101010111 | 1000110 | 1010100 |
Color Harmonies of #F3BBCB
Complementary color
Monochromatic Colors of #F3BBCB
Black with #F3BBCB
Text Example
Text Example
White with #F3BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBCB; }
p { color: rgb(243,187,203); }
H1.HeaderClassName
{
color: #F3BBCB;
}
.AnyTagClassName
{
color: #F3BBCB;
}
</style>
background-color css
<style>
a { background-color: #F3BBCB; }
a { background-color: rgb(243,187,203); }
div.DivClassName
{
background-color: #F3BBCB;
}
.BgClassName
{
background-color: #F3BBCB;
}
</style>
border-color css
<style>
span { border-color: #F3BBCB; }
span { border-color: rgb(243,187,203); }
td.TdClassName
{
border-color: #F3BBCB;
}
.TagClassName
{
border-color: #F3BBCB;
}
</style>