Shades of Chantilly #F0B7C1
Tints of Chantilly #F0B7C1
RGB
CMYK
RGB Variations
Color information
#F0B7C1 (or 0xF0B7C1) is known color: Chantilly. HEX triplet: F0, B7 and C1. RGB value is (240,183,193). Sum of RGB (Red+Green+Blue) = 240+183+193=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7C1 is #0F483E. Grayscale: #C9C9C9. Windows color (decimal): -1001535 or 12695536. OLE color: 12695536.
HSL color Cylindrical-coordinate representation of color #F0B7C1: hue angle of 349.47º 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 #F0B7C1 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 193 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.06 |
| HSL | 349.47º | 0.66% | 0.83% | - |
| HSV(B) | 349.47º | 0.24% | 0.94% | - |
| XYZ | 62.49 | 56.24 | 58.01 | - |
| YUV | 201.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 193 | 0 | 0.24 | 0.20 | 0.06 | 349.47 | 0.66 | 0.83 |
| Hex | F0 | B7 | C1 | 0 | 18 | 14 | 6 | 15D | 42 | 53 |
| Octal | 360 | 267 | 301 | 0 | 30 | 24 | 6 | 535 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11000001 | 0 | 11000 | 10100 | 110 | 101011101 | 1000010 | 1010011 |
Color Harmonies of #F0B7C1
Complementary color
Monochromatic Colors of #F0B7C1
Black with #F0B7C1
Text Example
Text Example
White with #F0B7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7C1; }
p { color: rgb(240,183,193); }
H1.HeaderClassName
{
color: #F0B7C1;
}
.AnyTagClassName
{
color: #F0B7C1;
}
</style>
background-color css
<style>
a { background-color: #F0B7C1; }
a { background-color: rgb(240,183,193); }
div.DivClassName
{
background-color: #F0B7C1;
}
.BgClassName
{
background-color: #F0B7C1;
}
</style>
border-color css
<style>
span { border-color: #F0B7C1; }
span { border-color: rgb(240,183,193); }
td.TdClassName
{
border-color: #F0B7C1;
}
.TagClassName
{
border-color: #F0B7C1;
}
</style>