Shades of Sauvignon #F2E7E2
Tints of Sauvignon #F2E7E2
RGB
CMYK
RGB Variations
Color information
#F2E7E2 (or 0xF2E7E2) is known color: Sauvignon. HEX triplet: F2, E7 and E2. RGB value is (242,231,226). Sum of RGB (Red+Green+Blue) = 242+231+226=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7E2 is #0D181D. Grayscale: #E9E9E9. Windows color (decimal): -858142 or 14870514. OLE color: 14870514.
HSL color Cylindrical-coordinate representation of color #F2E7E2: hue angle of 18.75º degrees, saturation: 0.38, 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 #F2E7E2 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 226 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.05 |
| HSL | 18.75º | 0.38% | 0.92% | - |
| HSV(B) | 18.75º | 0.07% | 0.95% | - |
| XYZ | 78.92 | 81.52 | 83.53 | - |
| YUV | 233.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 226 | 0 | 0.05 | 0.07 | 0.05 | 18.75 | 0.38 | 0.92 |
| Hex | F2 | E7 | E2 | 0 | 5 | 7 | 5 | 13 | 26 | 5C |
| Octal | 362 | 347 | 342 | 0 | 5 | 7 | 5 | 23 | 46 | 134 |
| Binary | 11110010 | 11100111 | 11100010 | 0 | 101 | 111 | 101 | 10011 | 100110 | 1011100 |
Color Harmonies of #F2E7E2
Complementary color
Monochromatic Colors of #F2E7E2
Black with #F2E7E2
Text Example
Text Example
White with #F2E7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7E2; }
p { color: rgb(242,231,226); }
H1.HeaderClassName
{
color: #F2E7E2;
}
.AnyTagClassName
{
color: #F2E7E2;
}
</style>
background-color css
<style>
a { background-color: #F2E7E2; }
a { background-color: rgb(242,231,226); }
div.DivClassName
{
background-color: #F2E7E2;
}
.BgClassName
{
background-color: #F2E7E2;
}
</style>
border-color css
<style>
span { border-color: #F2E7E2; }
span { border-color: rgb(242,231,226); }
td.TdClassName
{
border-color: #F2E7E2;
}
.TagClassName
{
border-color: #F2E7E2;
}
</style>