#F7EAE2

Color #F7EAE2 Sauvignon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sauvignon #F7EAE2

Tints of Sauvignon #F7EAE2

Color information

#F7EAE2 (or 0xF7EAE2) is unknown color: approx Sauvignon. HEX triplet: F7, EA and E2. RGB value is (247,234,226). Sum of RGB (Red+Green+Blue) = 247+234+226=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EAE2 is #08151D. Grayscale: #EDEDED. Windows color (decimal): -529694 or 14871287. OLE color: 14871287.

HSL color Cylindrical-coordinate representation of color #F7EAE2: hue angle of 22.86º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7EAE2 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247234226-
CMYK00.050.090.03
HSL22.86º56.76%92.75%-
HSV(B)22.86º8.5%96.86%-
XYZ81.5184.1183.89-
YUV236.98121.81135.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 34.94%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 226 (88.67% from 255) = 31.97%
R=34.94%
G=33.10%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723422600.050.090.0322.8656.7692.75
HexF7EAE2059317395d
Octal367352342051132771135
Binary1111011111101010111000100101100111101111110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAE2; }

 p { color: rgb(247,234,226); }

 H1.HeaderClassName
 {
   color: #F7EAE2;
 }
 .AnyTagClassName
 {
   color: #F7EAE2;
 }
</style>
background-color css

<style>
 a { background-color: #F7EAE2; }

 a { background-color: rgb(247,234,226); }

 div.DivClassName
 {
   background-color: #F7EAE2;
 }
 .BgClassName
 {
   background-color: #F7EAE2;
 }
</style>
border-color css

<style>
 span { border-color: #F7EAE2; }

 span { border-color: rgb(247,234,226); }

 td.TdClassName
 {
   border-color: #F7EAE2;
 }
 .TagClassName
 {
   border-color: #F7EAE2;
 }
</style>