Shades of Chantilly #F6BECF
Tints of Chantilly #F6BECF
RGB
CMYK
RGB Variations
Color information
#F6BECF (or 0xF6BECF) is known color: Chantilly. HEX triplet: F6, BE and CF. RGB value is (246,190,207). Sum of RGB (Red+Green+Blue) = 246+190+207=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BECF is #094130. Grayscale: #D0D0D0. Windows color (decimal): -606513 or 13614838. OLE color: 13614838.
HSL color Cylindrical-coordinate representation of color #F6BECF: hue angle of 341.79º degrees, saturation: 0.76, 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 #F6BECF is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 207 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.04 |
| HSL | 341.79º | 0.76% | 0.85% | - |
| HSV(B) | 341.79º | 0.23% | 0.96% | - |
| XYZ | 67.68 | 60.92 | 67.22 | - |
| YUV | 208.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 207 | 0 | 0.23 | 0.16 | 0.04 | 341.79 | 0.76 | 0.85 |
| Hex | F6 | BE | CF | 0 | 17 | 10 | 4 | 156 | 4C | 55 |
| Octal | 366 | 276 | 317 | 0 | 27 | 20 | 4 | 526 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11001111 | 0 | 10111 | 10000 | 100 | 101010110 | 1001100 | 1010101 |
Color Harmonies of #F6BECF
Complementary color
Monochromatic Colors of #F6BECF
Black with #F6BECF
Text Example
Text Example
White with #F6BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BECF; }
p { color: rgb(246,190,207); }
H1.HeaderClassName
{
color: #F6BECF;
}
.AnyTagClassName
{
color: #F6BECF;
}
</style>
background-color css
<style>
a { background-color: #F6BECF; }
a { background-color: rgb(246,190,207); }
div.DivClassName
{
background-color: #F6BECF;
}
.BgClassName
{
background-color: #F6BECF;
}
</style>
border-color css
<style>
span { border-color: #F6BECF; }
span { border-color: rgb(246,190,207); }
td.TdClassName
{
border-color: #F6BECF;
}
.TagClassName
{
border-color: #F6BECF;
}
</style>