Shades of Sauvignon #F2E7E1
Tints of Sauvignon #F2E7E1
RGB
CMYK
RGB Variations
Color information
#F2E7E1 (or 0xF2E7E1) is known color: Sauvignon. HEX triplet: F2, E7 and E1. RGB value is (242,231,225). Sum of RGB (Red+Green+Blue) = 242+231+225=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7E1 is #0D181E. Grayscale: #E9E9E9. Windows color (decimal): -858143 or 14804978. OLE color: 14804978.
HSL color Cylindrical-coordinate representation of color #F2E7E1: hue angle of 21.18º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E7E1 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 225 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.05 |
| HSL | 21.18º | 0.4% | 0.92% | - |
| HSV(B) | 21.18º | 0.07% | 0.95% | - |
| XYZ | 78.78 | 81.47 | 82.81 | - |
| YUV | 233.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 225 | 0 | 0.05 | 0.07 | 0.05 | 21.18 | 0.4 | 0.92 |
| Hex | F2 | E7 | E1 | 0 | 5 | 7 | 5 | 15 | 28 | 5C |
| Octal | 362 | 347 | 341 | 0 | 5 | 7 | 5 | 25 | 50 | 134 |
| Binary | 11110010 | 11100111 | 11100001 | 0 | 101 | 111 | 101 | 10101 | 101000 | 1011100 |
Color Harmonies of #F2E7E1
Complementary color
Monochromatic Colors of #F2E7E1
Black with #F2E7E1
Text Example
Text Example
White with #F2E7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7E1; }
p { color: rgb(242,231,225); }
H1.HeaderClassName
{
color: #F2E7E1;
}
.AnyTagClassName
{
color: #F2E7E1;
}
</style>
background-color css
<style>
a { background-color: #F2E7E1; }
a { background-color: rgb(242,231,225); }
div.DivClassName
{
background-color: #F2E7E1;
}
.BgClassName
{
background-color: #F2E7E1;
}
</style>
border-color css
<style>
span { border-color: #F2E7E1; }
span { border-color: rgb(242,231,225); }
td.TdClassName
{
border-color: #F2E7E1;
}
.TagClassName
{
border-color: #F2E7E1;
}
</style>