Shades of Sauvignon #F6ECE6
Tints of Sauvignon #F6ECE6
RGB
CMYK
RGB Variations
Color information
#F6ECE6 (or 0xF6ECE6) is known color: Sauvignon. HEX triplet: F6, EC and E6. RGB value is (246,236,230). Sum of RGB (Red+Green+Blue) = 246+236+230=712 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.55% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6ECE6 is #091319. Grayscale: #EEEEEE. Windows color (decimal): -594714 or 15133942. OLE color: 15133942.
HSL color Cylindrical-coordinate representation of color #F6ECE6: hue angle of 22.5º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6ECE6 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 230 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.04 |
| HSL | 22.5º | 0.47% | 0.93% | - |
| HSV(B) | 22.5º | 0.07% | 0.96% | - |
| XYZ | 82.28 | 85.3 | 86.99 | - |
| YUV | 238.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 230 | 0 | 0.04 | 0.07 | 0.04 | 22.5 | 0.47 | 0.93 |
| Hex | F6 | EC | E6 | 0 | 4 | 7 | 4 | 16 | 2F | 5D |
| Octal | 366 | 354 | 346 | 0 | 4 | 7 | 4 | 26 | 57 | 135 |
| Binary | 11110110 | 11101100 | 11100110 | 0 | 100 | 111 | 100 | 10110 | 101111 | 1011101 |
Color Harmonies of #F6ECE6
Complementary color
Monochromatic Colors of #F6ECE6
Black with #F6ECE6
Text Example
Text Example
White with #F6ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ECE6; }
p { color: rgb(246,236,230); }
H1.HeaderClassName
{
color: #F6ECE6;
}
.AnyTagClassName
{
color: #F6ECE6;
}
</style>
background-color css
<style>
a { background-color: #F6ECE6; }
a { background-color: rgb(246,236,230); }
div.DivClassName
{
background-color: #F6ECE6;
}
.BgClassName
{
background-color: #F6ECE6;
}
</style>
border-color css
<style>
span { border-color: #F6ECE6; }
span { border-color: rgb(246,236,230); }
td.TdClassName
{
border-color: #F6ECE6;
}
.TagClassName
{
border-color: #F6ECE6;
}
</style>