#F1EAE4

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

Shades of Sauvignon #F1EAE4

Tints of Sauvignon #F1EAE4

Color information

#F1EAE4 (or 0xF1EAE4) is unknown color: approx Sauvignon. HEX triplet: F1, EA and E4. RGB value is (241,234,228). Sum of RGB (Red+Green+Blue) = 241+234+228=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAE4 is #0E151B. Grayscale: #EBEBEB. Windows color (decimal): -922908 or 15002353. OLE color: 15002353.

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

Color convert

RGB241234228-
CMYK00.030.050.05
HSL27.69º31.71%91.96%-
HSV(B)27.69º5.39%94.51%-
XYZ79.783.1585.25-
YUV235.41123.82131.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.28%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 228 (89.45% from 255) = 32.43%
R=34.28%
G=33.29%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123422800.030.050.0527.6931.7191.96
HexF1EAE403551c205c
Octal36135234403553440134
Binary111100011110101011100100011101101111001000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAE4; }

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

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

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

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

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

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

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

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