Shades of Chantilly #F6BED0
Tints of Chantilly #F6BED0
RGB
CMYK
RGB Variations
Color information
#F6BED0 (or 0xF6BED0) is known color: Chantilly. HEX triplet: F6, BE and D0. RGB value is (246,190,208). Sum of RGB (Red+Green+Blue) = 246+190+208=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BED0 is #09412F. Grayscale: #D0D0D0. Windows color (decimal): -606512 or 13680374. OLE color: 13680374.
HSL color Cylindrical-coordinate representation of color #F6BED0: hue angle of 340.71º 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 #F6BED0 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 208 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.04 |
| HSL | 340.71º | 0.76% | 0.85% | - |
| HSV(B) | 340.71º | 0.23% | 0.96% | - |
| XYZ | 67.8 | 60.97 | 67.87 | - |
| YUV | 208.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 208 | 0 | 0.23 | 0.15 | 0.04 | 340.71 | 0.76 | 0.85 |
| Hex | F6 | BE | D0 | 0 | 17 | F | 4 | 155 | 4C | 55 |
| Octal | 366 | 276 | 320 | 0 | 27 | 17 | 4 | 525 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11010000 | 0 | 10111 | 1111 | 100 | 101010101 | 1001100 | 1010101 |
Color Harmonies of #F6BED0
Complementary color
Monochromatic Colors of #F6BED0
Black with #F6BED0
Text Example
Text Example
White with #F6BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BED0; }
p { color: rgb(246,190,208); }
H1.HeaderClassName
{
color: #F6BED0;
}
.AnyTagClassName
{
color: #F6BED0;
}
</style>
background-color css
<style>
a { background-color: #F6BED0; }
a { background-color: rgb(246,190,208); }
div.DivClassName
{
background-color: #F6BED0;
}
.BgClassName
{
background-color: #F6BED0;
}
</style>
border-color css
<style>
span { border-color: #F6BED0; }
span { border-color: rgb(246,190,208); }
td.TdClassName
{
border-color: #F6BED0;
}
.TagClassName
{
border-color: #F6BED0;
}
</style>