Shades of Chantilly #F5BDCA
Tints of Chantilly #F5BDCA
RGB
CMYK
RGB Variations
Color information
#F5BDCA (or 0xF5BDCA) is known color: Chantilly. HEX triplet: F5, BD and CA. RGB value is (245,189,202). Sum of RGB (Red+Green+Blue) = 245+189+202=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCA is #0A4235. Grayscale: #CFCFCF. Windows color (decimal): -672310 or 13286901. OLE color: 13286901.
HSL color Cylindrical-coordinate representation of color #F5BDCA: hue angle of 346.07º 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 #F5BDCA is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 202 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.04 |
| HSL | 346.07º | 0.74% | 0.85% | - |
| HSV(B) | 346.07º | 0.23% | 0.96% | - |
| XYZ | 66.51 | 60.07 | 63.97 | - |
| YUV | 207.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 202 | 0 | 0.23 | 0.18 | 0.04 | 346.07 | 0.74 | 0.85 |
| Hex | F5 | BD | CA | 0 | 17 | 12 | 4 | 15A | 4A | 55 |
| Octal | 365 | 275 | 312 | 0 | 27 | 22 | 4 | 532 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11001010 | 0 | 10111 | 10010 | 100 | 101011010 | 1001010 | 1010101 |
Color Harmonies of #F5BDCA
Complementary color
Monochromatic Colors of #F5BDCA
Black with #F5BDCA
Text Example
Text Example
White with #F5BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDCA; }
p { color: rgb(245,189,202); }
H1.HeaderClassName
{
color: #F5BDCA;
}
.AnyTagClassName
{
color: #F5BDCA;
}
</style>
background-color css
<style>
a { background-color: #F5BDCA; }
a { background-color: rgb(245,189,202); }
div.DivClassName
{
background-color: #F5BDCA;
}
.BgClassName
{
background-color: #F5BDCA;
}
</style>
border-color css
<style>
span { border-color: #F5BDCA; }
span { border-color: rgb(245,189,202); }
td.TdClassName
{
border-color: #F5BDCA;
}
.TagClassName
{
border-color: #F5BDCA;
}
</style>