Shades of Chantilly #F5BACF
Tints of Chantilly #F5BACF
RGB
CMYK
RGB Variations
Color information
#F5BACF (or 0xF5BACF) is known color: Chantilly. HEX triplet: F5, BA and CF. RGB value is (245,186,207). Sum of RGB (Red+Green+Blue) = 245+186+207=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BACF is #0A4530. Grayscale: #CECECE. Windows color (decimal): -673073 or 13613813. OLE color: 13613813.
HSL color Cylindrical-coordinate representation of color #F5BACF: hue angle of 338.64º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BACF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 207 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.04 |
| HSL | 338.64º | 0.75% | 0.85% | - |
| HSV(B) | 338.64º | 0.24% | 0.96% | - |
| XYZ | 66.48 | 59.04 | 66.92 | - |
| YUV | 206.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 207 | 0 | 0.24 | 0.16 | 0.04 | 338.64 | 0.75 | 0.85 |
| Hex | F5 | BA | CF | 0 | 18 | 10 | 4 | 153 | 4B | 55 |
| Octal | 365 | 272 | 317 | 0 | 30 | 20 | 4 | 523 | 113 | 125 |
| Binary | 11110101 | 10111010 | 11001111 | 0 | 11000 | 10000 | 100 | 101010011 | 1001011 | 1010101 |
Color Harmonies of #F5BACF
Complementary color
Monochromatic Colors of #F5BACF
Black with #F5BACF
Text Example
Text Example
White with #F5BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BACF; }
p { color: rgb(245,186,207); }
H1.HeaderClassName
{
color: #F5BACF;
}
.AnyTagClassName
{
color: #F5BACF;
}
</style>
background-color css
<style>
a { background-color: #F5BACF; }
a { background-color: rgb(245,186,207); }
div.DivClassName
{
background-color: #F5BACF;
}
.BgClassName
{
background-color: #F5BACF;
}
</style>
border-color css
<style>
span { border-color: #F5BACF; }
span { border-color: rgb(245,186,207); }
td.TdClassName
{
border-color: #F5BACF;
}
.TagClassName
{
border-color: #F5BACF;
}
</style>