Shades of Sauvignon #F4ECE6
Tints of Sauvignon #F4ECE6
RGB
CMYK
RGB Variations
Color information
#F4ECE6 (or 0xF4ECE6) is known color: Sauvignon. HEX triplet: F4, EC and E6. RGB value is (244,236,230). Sum of RGB (Red+Green+Blue) = 244+236+230=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4ECE6 is #0B1319. Grayscale: #EDEDED. Windows color (decimal): -725786 or 15133940. OLE color: 15133940.
HSL color Cylindrical-coordinate representation of color #F4ECE6: hue angle of 25.71º degrees, saturation: 0.39, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F4ECE6 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 236 | 230 | - |
CMYK | 0 | 0.03 | 0.06 | 0.04 |
HSL | 25.71º | 0.39% | 0.93% | - |
HSV(B) | 25.71º | 0.06% | 0.96% | - |
XYZ | 81.59 | 84.94 | 86.96 | - |
YUV | 237.71 | 123.65 | 132.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 236 | 230 | 0 | 0.03 | 0.06 | 0.04 | 25.71 | 0.39 | 0.93 |
Hex | F4 | EC | E6 | 0 | 3 | 6 | 4 | 1A | 27 | 5D |
Octal | 364 | 354 | 346 | 0 | 3 | 6 | 4 | 32 | 47 | 135 |
Binary | 11110100 | 11101100 | 11100110 | 0 | 11 | 110 | 100 | 11010 | 100111 | 1011101 |
Color Harmonies of #F4ECE6
Complementary color
Monochromatic Colors of #F4ECE6
Black with #F4ECE6
Text Example
Text Example
White with #F4ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ECE6; }
p { color: rgb(244,236,230); }
H1.HeaderClassName
{
color: #F4ECE6;
}
.AnyTagClassName
{
color: #F4ECE6;
}
</style>
background-color css
<style>
a { background-color: #F4ECE6; }
a { background-color: rgb(244,236,230); }
div.DivClassName
{
background-color: #F4ECE6;
}
.BgClassName
{
background-color: #F4ECE6;
}
</style>
border-color css
<style>
span { border-color: #F4ECE6; }
span { border-color: rgb(244,236,230); }
td.TdClassName
{
border-color: #F4ECE6;
}
.TagClassName
{
border-color: #F4ECE6;
}
</style>