Shades of Chantilly #F0B4CB
Tints of Chantilly #F0B4CB
RGB
CMYK
RGB Variations
Color information
#F0B4CB (or 0xF0B4CB) is known color: Chantilly. HEX triplet: F0, B4 and CB. RGB value is (240,180,203). Sum of RGB (Red+Green+Blue) = 240+180+203=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4CB is #0F4B34. Grayscale: #C8C8C8. Windows color (decimal): -1002293 or 13350128. OLE color: 13350128.
HSL color Cylindrical-coordinate representation of color #F0B4CB: hue angle of 337º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4CB is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 203 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.06 |
| HSL | 337º | 0.67% | 0.82% | - |
| HSV(B) | 337º | 0.25% | 0.94% | - |
| XYZ | 63.04 | 55.48 | 63.89 | - |
| YUV | 200.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 203 | 0 | 0.25 | 0.15 | 0.06 | 337 | 0.67 | 0.82 |
| Hex | F0 | B4 | CB | 0 | 19 | F | 6 | 151 | 43 | 52 |
| Octal | 360 | 264 | 313 | 0 | 31 | 17 | 6 | 521 | 103 | 122 |
| Binary | 11110000 | 10110100 | 11001011 | 0 | 11001 | 1111 | 110 | 101010001 | 1000011 | 1010010 |
Color Harmonies of #F0B4CB
Complementary color
Monochromatic Colors of #F0B4CB
Black with #F0B4CB
Text Example
Text Example
White with #F0B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4CB; }
p { color: rgb(240,180,203); }
H1.HeaderClassName
{
color: #F0B4CB;
}
.AnyTagClassName
{
color: #F0B4CB;
}
</style>
background-color css
<style>
a { background-color: #F0B4CB; }
a { background-color: rgb(240,180,203); }
div.DivClassName
{
background-color: #F0B4CB;
}
.BgClassName
{
background-color: #F0B4CB;
}
</style>
border-color css
<style>
span { border-color: #F0B4CB; }
span { border-color: rgb(240,180,203); }
td.TdClassName
{
border-color: #F0B4CB;
}
.TagClassName
{
border-color: #F0B4CB;
}
</style>