Shades of Chantilly #F0B5CD
Tints of Chantilly #F0B5CD
RGB
CMYK
RGB Variations
Color information
#F0B5CD (or 0xF0B5CD) is known color: Chantilly. HEX triplet: F0, B5 and CD. RGB value is (240,181,205). Sum of RGB (Red+Green+Blue) = 240+181+205=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5CD is #0F4A32. Grayscale: #C9C9C9. Windows color (decimal): -1002035 or 13481456. OLE color: 13481456.
HSL color Cylindrical-coordinate representation of color #F0B5CD: hue angle of 335.59º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B5CD is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 205 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.06 |
| HSL | 335.59º | 0.66% | 0.83% | - |
| HSV(B) | 335.59º | 0.25% | 0.94% | - |
| XYZ | 63.48 | 55.98 | 65.22 | - |
| YUV | 201.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 205 | 0 | 0.25 | 0.15 | 0.06 | 335.59 | 0.66 | 0.83 |
| Hex | F0 | B5 | CD | 0 | 19 | F | 6 | 150 | 42 | 53 |
| Octal | 360 | 265 | 315 | 0 | 31 | 17 | 6 | 520 | 102 | 123 |
| Binary | 11110000 | 10110101 | 11001101 | 0 | 11001 | 1111 | 110 | 101010000 | 1000010 | 1010011 |
Color Harmonies of #F0B5CD
Complementary color
Monochromatic Colors of #F0B5CD
Black with #F0B5CD
Text Example
Text Example
White with #F0B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5CD; }
p { color: rgb(240,181,205); }
H1.HeaderClassName
{
color: #F0B5CD;
}
.AnyTagClassName
{
color: #F0B5CD;
}
</style>
background-color css
<style>
a { background-color: #F0B5CD; }
a { background-color: rgb(240,181,205); }
div.DivClassName
{
background-color: #F0B5CD;
}
.BgClassName
{
background-color: #F0B5CD;
}
</style>
border-color css
<style>
span { border-color: #F0B5CD; }
span { border-color: rgb(240,181,205); }
td.TdClassName
{
border-color: #F0B5CD;
}
.TagClassName
{
border-color: #F0B5CD;
}
</style>