#F1EAE7

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

Shades of Sauvignon #F1EAE7

Tints of Sauvignon #F1EAE7

Color information

#F1EAE7 (or 0xF1EAE7) is unknown color: approx Sauvignon. HEX triplet: F1, EA and E7. RGB value is (241,234,231). Sum of RGB (Red+Green+Blue) = 241+234+231=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EAE7 is #0E1518. Grayscale: #EBEBEB. Windows color (decimal): -922905 or 15198961. OLE color: 15198961.

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

Color convert

RGB241234231-
CMYK00.030.040.05
HSL18º26.32%92.55%-
HSV(B)18º4.15%94.51%-
XYZ80.1283.3287.46-
YUV235.75125.32131.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.14%
GREEN value IS 234 (91.80% from 255) = 33.14%
BLUE value IS 231 (90.62% from 255) = 32.72%
R=34.14%
G=33.14%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123423100.030.040.051826.3292.55
HexF1EAE70345121a5d
Octal36135234703452232135
Binary11110001111010101110011101110010110010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAE7; }

 p { color: rgb(241,234,231); }

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

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

 a { background-color: rgb(241,234,231); }

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

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

 span { border-color: rgb(241,234,231); }

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