#F8EAE2

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

Shades of Sauvignon #F8EAE2

Tints of Sauvignon #F8EAE2

Color information

#F8EAE2 (or 0xF8EAE2) is unknown color: approx Sauvignon. HEX triplet: F8, EA and E2. RGB value is (248,234,226). Sum of RGB (Red+Green+Blue) = 248+234+226=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 226 (88.67% from 255 or 31.92% from 708); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EAE2 is #07151D. Grayscale: #EDEDED. Windows color (decimal): -464158 or 14871288. OLE color: 14871288.

HSL color Cylindrical-coordinate representation of color #F8EAE2: hue angle of 21.82º degrees, saturation: 0.61, 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 #F8EAE2 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB248234226-
CMYK00.060.090.03
HSL21.82º61.11%92.94%-
HSV(B)21.82º8.87%97.25%-
XYZ81.8684.2983.91-
YUV237.27121.64135.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.03%
GREEN value IS 234 (91.80% from 255) = 33.05%
BLUE value IS 226 (88.67% from 255) = 31.92%
R=35.03%
G=33.05%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823422600.060.090.0321.8261.1192.94
HexF8EAE20693163d5d
Octal370352342061132675135
Binary1111100011101010111000100110100111101101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAE2; }

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

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

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

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

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

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

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

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