Shades of Chantilly #F0BCCB
Tints of Chantilly #F0BCCB
RGB
CMYK
RGB Variations
Color information
#F0BCCB (or 0xF0BCCB) is known color: Chantilly. HEX triplet: F0, BC and CB. RGB value is (240,188,203). Sum of RGB (Red+Green+Blue) = 240+188+203=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCCB is #0F4334. Grayscale: #CDCDCD. Windows color (decimal): -1000245 or 13352176. OLE color: 13352176.
HSL color Cylindrical-coordinate representation of color #F0BCCB: hue angle of 342.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCCB is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 203 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.06 |
| HSL | 342.69º | 0.63% | 0.84% | - |
| HSV(B) | 342.69º | 0.22% | 0.94% | - |
| XYZ | 64.7 | 58.8 | 64.44 | - |
| YUV | 205.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 203 | 0 | 0.22 | 0.15 | 0.06 | 342.69 | 0.63 | 0.84 |
| Hex | F0 | BC | CB | 0 | 16 | F | 6 | 157 | 3F | 54 |
| Octal | 360 | 274 | 313 | 0 | 26 | 17 | 6 | 527 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11001011 | 0 | 10110 | 1111 | 110 | 101010111 | 111111 | 1010100 |
Color Harmonies of #F0BCCB
Complementary color
Monochromatic Colors of #F0BCCB
Black with #F0BCCB
Text Example
Text Example
White with #F0BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCCB; }
p { color: rgb(240,188,203); }
H1.HeaderClassName
{
color: #F0BCCB;
}
.AnyTagClassName
{
color: #F0BCCB;
}
</style>
background-color css
<style>
a { background-color: #F0BCCB; }
a { background-color: rgb(240,188,203); }
div.DivClassName
{
background-color: #F0BCCB;
}
.BgClassName
{
background-color: #F0BCCB;
}
</style>
border-color css
<style>
span { border-color: #F0BCCB; }
span { border-color: rgb(240,188,203); }
td.TdClassName
{
border-color: #F0BCCB;
}
.TagClassName
{
border-color: #F0BCCB;
}
</style>