Shades of Chantilly #F5BCCA
Tints of Chantilly #F5BCCA
RGB
CMYK
RGB Variations
Color information
#F5BCCA (or 0xF5BCCA) is known color: Chantilly. HEX triplet: F5, BC and CA. RGB value is (245,188,202). Sum of RGB (Red+Green+Blue) = 245+188+202=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCCA is #0A4335. Grayscale: #CECECE. Windows color (decimal): -672566 or 13286645. OLE color: 13286645.
HSL color Cylindrical-coordinate representation of color #F5BCCA: hue angle of 345.26º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCCA is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 202 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.04 |
| HSL | 345.26º | 0.74% | 0.85% | - |
| HSV(B) | 345.26º | 0.23% | 0.96% | - |
| XYZ | 66.3 | 59.64 | 63.9 | - |
| YUV | 206.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 202 | 0 | 0.23 | 0.18 | 0.04 | 345.26 | 0.74 | 0.85 |
| Hex | F5 | BC | CA | 0 | 17 | 12 | 4 | 159 | 4A | 55 |
| Octal | 365 | 274 | 312 | 0 | 27 | 22 | 4 | 531 | 112 | 125 |
| Binary | 11110101 | 10111100 | 11001010 | 0 | 10111 | 10010 | 100 | 101011001 | 1001010 | 1010101 |
Color Harmonies of #F5BCCA
Complementary color
Monochromatic Colors of #F5BCCA
Black with #F5BCCA
Text Example
Text Example
White with #F5BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCCA; }
p { color: rgb(245,188,202); }
H1.HeaderClassName
{
color: #F5BCCA;
}
.AnyTagClassName
{
color: #F5BCCA;
}
</style>
background-color css
<style>
a { background-color: #F5BCCA; }
a { background-color: rgb(245,188,202); }
div.DivClassName
{
background-color: #F5BCCA;
}
.BgClassName
{
background-color: #F5BCCA;
}
</style>
border-color css
<style>
span { border-color: #F5BCCA; }
span { border-color: rgb(245,188,202); }
td.TdClassName
{
border-color: #F5BCCA;
}
.TagClassName
{
border-color: #F5BCCA;
}
</style>