Shades of Chantilly #F0B5CA
Tints of Chantilly #F0B5CA
RGB
CMYK
RGB Variations
Color information
#F0B5CA (or 0xF0B5CA) is known color: Chantilly. HEX triplet: F0, B5 and CA. RGB value is (240,181,202). Sum of RGB (Red+Green+Blue) = 240+181+202=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5CA is #0F4A35. Grayscale: #C9C9C9. Windows color (decimal): -1002038 or 13284848. OLE color: 13284848.
HSL color Cylindrical-coordinate representation of color #F0B5CA: hue angle of 338.64º 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 #F0B5CA is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 202 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.06 |
| HSL | 338.64º | 0.66% | 0.83% | - |
| HSV(B) | 338.64º | 0.25% | 0.94% | - |
| XYZ | 63.12 | 55.84 | 63.33 | - |
| YUV | 201.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 202 | 0 | 0.25 | 0.16 | 0.06 | 338.64 | 0.66 | 0.83 |
| Hex | F0 | B5 | CA | 0 | 19 | 10 | 6 | 153 | 42 | 53 |
| Octal | 360 | 265 | 312 | 0 | 31 | 20 | 6 | 523 | 102 | 123 |
| Binary | 11110000 | 10110101 | 11001010 | 0 | 11001 | 10000 | 110 | 101010011 | 1000010 | 1010011 |
Color Harmonies of #F0B5CA
Complementary color
Monochromatic Colors of #F0B5CA
Black with #F0B5CA
Text Example
Text Example
White with #F0B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5CA; }
p { color: rgb(240,181,202); }
H1.HeaderClassName
{
color: #F0B5CA;
}
.AnyTagClassName
{
color: #F0B5CA;
}
</style>
background-color css
<style>
a { background-color: #F0B5CA; }
a { background-color: rgb(240,181,202); }
div.DivClassName
{
background-color: #F0B5CA;
}
.BgClassName
{
background-color: #F0B5CA;
}
</style>
border-color css
<style>
span { border-color: #F0B5CA; }
span { border-color: rgb(240,181,202); }
td.TdClassName
{
border-color: #F0B5CA;
}
.TagClassName
{
border-color: #F0B5CA;
}
</style>