Shades of Chantilly #F5BECD
Tints of Chantilly #F5BECD
RGB
CMYK
RGB Variations
Color information
#F5BECD (or 0xF5BECD) is known color: Chantilly. HEX triplet: F5, BE and CD. RGB value is (245,190,205). Sum of RGB (Red+Green+Blue) = 245+190+205=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BECD is #0A4132. Grayscale: #D0D0D0. Windows color (decimal): -672051 or 13483765. OLE color: 13483765.
HSL color Cylindrical-coordinate representation of color #F5BECD: hue angle of 343.64º 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 #F5BECD is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 205 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.04 |
| HSL | 343.64º | 0.73% | 0.85% | - |
| HSV(B) | 343.64º | 0.22% | 0.96% | - |
| XYZ | 67.09 | 60.65 | 65.93 | - |
| YUV | 208.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 205 | 0 | 0.22 | 0.16 | 0.04 | 343.64 | 0.73 | 0.85 |
| Hex | F5 | BE | CD | 0 | 16 | 10 | 4 | 158 | 49 | 55 |
| Octal | 365 | 276 | 315 | 0 | 26 | 20 | 4 | 530 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11001101 | 0 | 10110 | 10000 | 100 | 101011000 | 1001001 | 1010101 |
Color Harmonies of #F5BECD
Complementary color
Monochromatic Colors of #F5BECD
Black with #F5BECD
Text Example
Text Example
White with #F5BECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BECD; }
p { color: rgb(245,190,205); }
H1.HeaderClassName
{
color: #F5BECD;
}
.AnyTagClassName
{
color: #F5BECD;
}
</style>
background-color css
<style>
a { background-color: #F5BECD; }
a { background-color: rgb(245,190,205); }
div.DivClassName
{
background-color: #F5BECD;
}
.BgClassName
{
background-color: #F5BECD;
}
</style>
border-color css
<style>
span { border-color: #F5BECD; }
span { border-color: rgb(245,190,205); }
td.TdClassName
{
border-color: #F5BECD;
}
.TagClassName
{
border-color: #F5BECD;
}
</style>