#F3EAE6

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

Shades of Sauvignon #F3EAE6

Tints of Sauvignon #F3EAE6

Color information

#F3EAE6 (or 0xF3EAE6) is unknown color: approx Sauvignon. HEX triplet: F3, EA and E6. RGB value is (243,234,230). Sum of RGB (Red+Green+Blue) = 243+234+230=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EAE6 is #0C1519. Grayscale: #ECECEC. Windows color (decimal): -791834 or 15133427. OLE color: 15133427.

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

Color convert

RGB243234230-
CMYK00.040.050.05
HSL18.46º35.14%92.75%-
HSV(B)18.46º5.35%95.29%-
XYZ80.6783.6186.75-
YUV236.24124.48132.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.37%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 230 (90.23% from 255) = 32.53%
R=34.37%
G=33.10%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323423000.040.050.0518.4635.1492.75
HexF3EAE6045512235d
Octal36335234604552243135
Binary1111001111101010111001100100101101100101000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EAE6; }

 p { color: rgb(243,234,230); }

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

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

 a { background-color: rgb(243,234,230); }

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

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

 span { border-color: rgb(243,234,230); }

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