Shades of Chantilly #F0B6C1
Tints of Chantilly #F0B6C1
RGB
CMYK
RGB Variations
Color information
#F0B6C1 (or 0xF0B6C1) is known color: Chantilly. HEX triplet: F0, B6 and C1. RGB value is (240,182,193). Sum of RGB (Red+Green+Blue) = 240+182+193=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6C1 is #0F493E. Grayscale: #C8C8C8. Windows color (decimal): -1001791 or 12695280. OLE color: 12695280.
HSL color Cylindrical-coordinate representation of color #F0B6C1: hue angle of 348.62º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6C1 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 193 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.06 |
| HSL | 348.62º | 0.66% | 0.83% | - |
| HSV(B) | 348.62º | 0.24% | 0.94% | - |
| XYZ | 62.29 | 55.83 | 57.95 | - |
| YUV | 200.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 193 | 0 | 0.24 | 0.20 | 0.06 | 348.62 | 0.66 | 0.83 |
| Hex | F0 | B6 | C1 | 0 | 18 | 14 | 6 | 15D | 42 | 53 |
| Octal | 360 | 266 | 301 | 0 | 30 | 24 | 6 | 535 | 102 | 123 |
| Binary | 11110000 | 10110110 | 11000001 | 0 | 11000 | 10100 | 110 | 101011101 | 1000010 | 1010011 |
Color Harmonies of #F0B6C1
Complementary color
Monochromatic Colors of #F0B6C1
Black with #F0B6C1
Text Example
Text Example
White with #F0B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6C1; }
p { color: rgb(240,182,193); }
H1.HeaderClassName
{
color: #F0B6C1;
}
.AnyTagClassName
{
color: #F0B6C1;
}
</style>
background-color css
<style>
a { background-color: #F0B6C1; }
a { background-color: rgb(240,182,193); }
div.DivClassName
{
background-color: #F0B6C1;
}
.BgClassName
{
background-color: #F0B6C1;
}
</style>
border-color css
<style>
span { border-color: #F0B6C1; }
span { border-color: rgb(240,182,193); }
td.TdClassName
{
border-color: #F0B6C1;
}
.TagClassName
{
border-color: #F0B6C1;
}
</style>