Shades of Sauvignon #F1ECEA
Tints of Sauvignon #F1ECEA
RGB
CMYK
RGB Variations
Color information
#F1ECEA (or 0xF1ECEA) is known color: Sauvignon. HEX triplet: F1, EC and EA. RGB value is (241,236,234). Sum of RGB (Red+Green+Blue) = 241+236+234=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECEA is #0E1315. Grayscale: #EDEDED. Windows color (decimal): -922390 or 15396081. OLE color: 15396081.
HSL color Cylindrical-coordinate representation of color #F1ECEA: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F1ECEA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 234 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.05 |
| HSL | 17.14º | 0.2% | 0.93% | - |
| HSV(B) | 17.14º | 0.03% | 0.95% | - |
| XYZ | 81.12 | 84.63 | 89.9 | - |
| YUV | 237.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 234 | 0 | 0.02 | 0.03 | 0.05 | 17.14 | 0.2 | 0.93 |
| Hex | F1 | EC | EA | 0 | 2 | 3 | 5 | 11 | 14 | 5D |
| Octal | 361 | 354 | 352 | 0 | 2 | 3 | 5 | 21 | 24 | 135 |
| Binary | 11110001 | 11101100 | 11101010 | 0 | 10 | 11 | 101 | 10001 | 10100 | 1011101 |
Color Harmonies of #F1ECEA
Complementary color
Monochromatic Colors of #F1ECEA
Black with #F1ECEA
Text Example
Text Example
White with #F1ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECEA; }
p { color: rgb(241,236,234); }
H1.HeaderClassName
{
color: #F1ECEA;
}
.AnyTagClassName
{
color: #F1ECEA;
}
</style>
background-color css
<style>
a { background-color: #F1ECEA; }
a { background-color: rgb(241,236,234); }
div.DivClassName
{
background-color: #F1ECEA;
}
.BgClassName
{
background-color: #F1ECEA;
}
</style>
border-color css
<style>
span { border-color: #F1ECEA; }
span { border-color: rgb(241,236,234); }
td.TdClassName
{
border-color: #F1ECEA;
}
.TagClassName
{
border-color: #F1ECEA;
}
</style>