Shades of Sauvignon #F0EAE7
Tints of Sauvignon #F0EAE7
RGB
CMYK
RGB Variations
Color information
#F0EAE7 (or 0xF0EAE7) is known color: Sauvignon. HEX triplet: F0, EA and E7. RGB value is (240,234,231). Sum of RGB (Red+Green+Blue) = 240+234+231=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAE7 is #0F1518. Grayscale: #EBEBEB. Windows color (decimal): -988441 or 15198960. OLE color: 15198960.
HSL color Cylindrical-coordinate representation of color #F0EAE7: hue angle of 20º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0EAE7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 231 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.06 |
| HSL | 20º | 0.23% | 0.92% | - |
| HSV(B) | 20º | 0.04% | 0.94% | - |
| XYZ | 79.78 | 83.14 | 87.44 | - |
| YUV | 235.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 231 | 0 | 0.02 | 0.04 | 0.06 | 20 | 0.23 | 0.92 |
| Hex | F0 | EA | E7 | 0 | 2 | 4 | 6 | 14 | 17 | 5C |
| Octal | 360 | 352 | 347 | 0 | 2 | 4 | 6 | 24 | 27 | 134 |
| Binary | 11110000 | 11101010 | 11100111 | 0 | 10 | 100 | 110 | 10100 | 10111 | 1011100 |
Color Harmonies of #F0EAE7
Complementary color
Monochromatic Colors of #F0EAE7
Black with #F0EAE7
Text Example
Text Example
White with #F0EAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAE7; }
p { color: rgb(240,234,231); }
H1.HeaderClassName
{
color: #F0EAE7;
}
.AnyTagClassName
{
color: #F0EAE7;
}
</style>
background-color css
<style>
a { background-color: #F0EAE7; }
a { background-color: rgb(240,234,231); }
div.DivClassName
{
background-color: #F0EAE7;
}
.BgClassName
{
background-color: #F0EAE7;
}
</style>
border-color css
<style>
span { border-color: #F0EAE7; }
span { border-color: rgb(240,234,231); }
td.TdClassName
{
border-color: #F0EAE7;
}
.TagClassName
{
border-color: #F0EAE7;
}
</style>