Shades of Chantilly #F0B6C4
Tints of Chantilly #F0B6C4
RGB
CMYK
RGB Variations
Color information
#F0B6C4 (or 0xF0B6C4) is known color: Chantilly. HEX triplet: F0, B6 and C4. RGB value is (240,182,196). Sum of RGB (Red+Green+Blue) = 240+182+196=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6C4 is #0F493B. Grayscale: #C8C8C8. Windows color (decimal): -1001788 or 12891888. OLE color: 12891888.
HSL color Cylindrical-coordinate representation of color #F0B6C4: hue angle of 345.52º 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 #F0B6C4 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 196 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.06 |
| HSL | 345.52º | 0.66% | 0.83% | - |
| HSV(B) | 345.52º | 0.24% | 0.94% | - |
| XYZ | 62.63 | 55.97 | 59.73 | - |
| YUV | 200.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 196 | 0 | 0.24 | 0.18 | 0.06 | 345.52 | 0.66 | 0.83 |
| Hex | F0 | B6 | C4 | 0 | 18 | 12 | 6 | 15A | 42 | 53 |
| Octal | 360 | 266 | 304 | 0 | 30 | 22 | 6 | 532 | 102 | 123 |
| Binary | 11110000 | 10110110 | 11000100 | 0 | 11000 | 10010 | 110 | 101011010 | 1000010 | 1010011 |
Color Harmonies of #F0B6C4
Complementary color
Monochromatic Colors of #F0B6C4
Black with #F0B6C4
Text Example
Text Example
White with #F0B6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6C4; }
p { color: rgb(240,182,196); }
H1.HeaderClassName
{
color: #F0B6C4;
}
.AnyTagClassName
{
color: #F0B6C4;
}
</style>
background-color css
<style>
a { background-color: #F0B6C4; }
a { background-color: rgb(240,182,196); }
div.DivClassName
{
background-color: #F0B6C4;
}
.BgClassName
{
background-color: #F0B6C4;
}
</style>
border-color css
<style>
span { border-color: #F0B6C4; }
span { border-color: rgb(240,182,196); }
td.TdClassName
{
border-color: #F0B6C4;
}
.TagClassName
{
border-color: #F0B6C4;
}
</style>