Shades of Chantilly #F5BECE
Tints of Chantilly #F5BECE
RGB
CMYK
RGB Variations
Color information
#F5BECE (or 0xF5BECE) is known color: Chantilly. HEX triplet: F5, BE and CE. RGB value is (245,190,206). Sum of RGB (Red+Green+Blue) = 245+190+206=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BECE is #0A4131. Grayscale: #D0D0D0. Windows color (decimal): -672050 or 13549301. OLE color: 13549301.
HSL color Cylindrical-coordinate representation of color #F5BECE: hue angle of 342.55º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BECE is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 206 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.04 |
| HSL | 342.55º | 0.73% | 0.85% | - |
| HSV(B) | 342.55º | 0.22% | 0.96% | - |
| XYZ | 67.21 | 60.7 | 66.57 | - |
| YUV | 208.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 206 | 0 | 0.22 | 0.16 | 0.04 | 342.55 | 0.73 | 0.85 |
| Hex | F5 | BE | CE | 0 | 16 | 10 | 4 | 157 | 49 | 55 |
| Octal | 365 | 276 | 316 | 0 | 26 | 20 | 4 | 527 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11001110 | 0 | 10110 | 10000 | 100 | 101010111 | 1001001 | 1010101 |
Color Harmonies of #F5BECE
Complementary color
Monochromatic Colors of #F5BECE
Black with #F5BECE
Text Example
Text Example
White with #F5BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BECE; }
p { color: rgb(245,190,206); }
H1.HeaderClassName
{
color: #F5BECE;
}
.AnyTagClassName
{
color: #F5BECE;
}
</style>
background-color css
<style>
a { background-color: #F5BECE; }
a { background-color: rgb(245,190,206); }
div.DivClassName
{
background-color: #F5BECE;
}
.BgClassName
{
background-color: #F5BECE;
}
</style>
border-color css
<style>
span { border-color: #F5BECE; }
span { border-color: rgb(245,190,206); }
td.TdClassName
{
border-color: #F5BECE;
}
.TagClassName
{
border-color: #F5BECE;
}
</style>