Shades of Chantilly #F0BFCB
Tints of Chantilly #F0BFCB
RGB
CMYK
RGB Variations
Color information
#F0BFCB (or 0xF0BFCB) is known color: Chantilly. HEX triplet: F0, BF and CB. RGB value is (240,191,203). Sum of RGB (Red+Green+Blue) = 240+191+203=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFCB is #0F4034. Grayscale: #CFCFCF. Windows color (decimal): -999477 or 13352944. OLE color: 13352944.
HSL color Cylindrical-coordinate representation of color #F0BFCB: hue angle of 345.31º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFCB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 203 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.06 |
| HSL | 345.31º | 0.62% | 0.85% | - |
| HSV(B) | 345.31º | 0.2% | 0.94% | - |
| XYZ | 65.35 | 60.1 | 64.66 | - |
| YUV | 207.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 203 | 0 | 0.20 | 0.15 | 0.06 | 345.31 | 0.62 | 0.85 |
| Hex | F0 | BF | CB | 0 | 14 | F | 6 | 159 | 3E | 55 |
| Octal | 360 | 277 | 313 | 0 | 24 | 17 | 6 | 531 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11001011 | 0 | 10100 | 1111 | 110 | 101011001 | 111110 | 1010101 |
Color Harmonies of #F0BFCB
Complementary color
Monochromatic Colors of #F0BFCB
Black with #F0BFCB
Text Example
Text Example
White with #F0BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFCB; }
p { color: rgb(240,191,203); }
H1.HeaderClassName
{
color: #F0BFCB;
}
.AnyTagClassName
{
color: #F0BFCB;
}
</style>
background-color css
<style>
a { background-color: #F0BFCB; }
a { background-color: rgb(240,191,203); }
div.DivClassName
{
background-color: #F0BFCB;
}
.BgClassName
{
background-color: #F0BFCB;
}
</style>
border-color css
<style>
span { border-color: #F0BFCB; }
span { border-color: rgb(240,191,203); }
td.TdClassName
{
border-color: #F0BFCB;
}
.TagClassName
{
border-color: #F0BFCB;
}
</style>