#F8E9E1

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

Shades of Sauvignon #F8E9E1

Tints of Sauvignon #F8E9E1

Color information

#F8E9E1 (or 0xF8E9E1) is unknown color: approx Sauvignon. HEX triplet: F8, E9 and E1. RGB value is (248,233,225). Sum of RGB (Red+Green+Blue) = 248+233+225=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E9E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E9E1 is #07161E. Grayscale: #ECECEC. Windows color (decimal): -464415 or 14805496. OLE color: 14805496.

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

Color convert

RGB248233225-
CMYK00.060.090.03
HSL20.87º62.16%92.75%-
HSV(B)20.87º9.27%97.25%-
XYZ81.4483.6783.09-
YUV236.57121.47136.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.13%
GREEN value IS 233 (91.41% from 255) = 33.00%
BLUE value IS 225 (88.28% from 255) = 31.87%
R=35.13%
G=33.00%
B=31.87%

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
Decimal24823322500.060.090.0320.8762.1692.75
HexF8E9E10693153e5d
Octal370351341061132576135
Binary1111100011101001111000010110100111101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E9E1; }

 p { color: rgb(248,233,225); }

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

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

 a { background-color: rgb(248,233,225); }

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

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

 span { border-color: rgb(248,233,225); }

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