#F3EAE3

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

Shades of Sauvignon #F3EAE3

Tints of Sauvignon #F3EAE3

Color information

#F3EAE3 (or 0xF3EAE3) is unknown color: approx Sauvignon. HEX triplet: F3, EA and E3. RGB value is (243,234,227). Sum of RGB (Red+Green+Blue) = 243+234+227=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 227 (89.06% from 255 or 32.24% from 704); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EAE3 is #0C151C. Grayscale: #EBEBEB. Windows color (decimal): -791837 or 14936819. OLE color: 14936819.

HSL color Cylindrical-coordinate representation of color #F3EAE3: hue angle of 26.25º degrees, saturation: 0.4, 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 #F3EAE3 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB243234227-
CMYK00.040.070.05
HSL26.25º40%92.16%-
HSV(B)26.25º6.58%95.29%-
XYZ80.2583.4584.55-
YUV235.89122.98133.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.52%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 227 (89.06% from 255) = 32.24%
R=34.52%
G=33.24%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323422700.040.070.0526.254092.16
HexF3EAE304751a285c
Octal36335234304753250134
Binary1111001111101010111000110100111101110101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EAE3; }

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

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

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

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

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

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

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

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