Shades of Chantilly #F0B8CD
Tints of Chantilly #F0B8CD
RGB
CMYK
RGB Variations
Color information
#F0B8CD (or 0xF0B8CD) is known color: Chantilly. HEX triplet: F0, B8 and CD. RGB value is (240,184,205). Sum of RGB (Red+Green+Blue) = 240+184+205=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B8CD is #0F4732. Grayscale: #CBCBCB. Windows color (decimal): -1001267 or 13482224. OLE color: 13482224.
HSL color Cylindrical-coordinate representation of color #F0B8CD: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B8CD is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 205 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.06 |
| HSL | 337.5º | 0.65% | 0.83% | - |
| HSV(B) | 337.5º | 0.23% | 0.94% | - |
| XYZ | 64.1 | 57.21 | 65.42 | - |
| YUV | 203.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 205 | 0 | 0.23 | 0.15 | 0.06 | 337.5 | 0.65 | 0.83 |
| Hex | F0 | B8 | CD | 0 | 17 | F | 6 | 152 | 41 | 53 |
| Octal | 360 | 270 | 315 | 0 | 27 | 17 | 6 | 522 | 101 | 123 |
| Binary | 11110000 | 10111000 | 11001101 | 0 | 10111 | 1111 | 110 | 101010010 | 1000001 | 1010011 |
Color Harmonies of #F0B8CD
Complementary color
Monochromatic Colors of #F0B8CD
Black with #F0B8CD
Text Example
Text Example
White with #F0B8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8CD; }
p { color: rgb(240,184,205); }
H1.HeaderClassName
{
color: #F0B8CD;
}
.AnyTagClassName
{
color: #F0B8CD;
}
</style>
background-color css
<style>
a { background-color: #F0B8CD; }
a { background-color: rgb(240,184,205); }
div.DivClassName
{
background-color: #F0B8CD;
}
.BgClassName
{
background-color: #F0B8CD;
}
</style>
border-color css
<style>
span { border-color: #F0B8CD; }
span { border-color: rgb(240,184,205); }
td.TdClassName
{
border-color: #F0B8CD;
}
.TagClassName
{
border-color: #F0B8CD;
}
</style>