#F0EBE7

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

Shades of Sauvignon #F0EBE7

Tints of Sauvignon #F0EBE7

Color information

#F0EBE7 (or 0xF0EBE7) is unknown color: approx Sauvignon. HEX triplet: F0, EB and E7. RGB value is (240,235,231). Sum of RGB (Red+Green+Blue) = 240+235+231=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBE7 is #0F1418. Grayscale: #ECECEC. Windows color (decimal): -988185 or 15199216. OLE color: 15199216.

HSL color Cylindrical-coordinate representation of color #F0EBE7: hue angle of 26.67º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0EBE7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240235231-
CMYK00.020.040.06
HSL26.67º23.08%92.35%-
HSV(B)26.67º3.75%94.12%-
XYZ80.0783.7187.54-
YUV236.04125.16130.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.99%
GREEN value IS 235 (92.19% from 255) = 33.29%
BLUE value IS 231 (90.62% from 255) = 32.72%
R=33.99%
G=33.29%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023523100.020.040.0626.6723.0892.35
HexF0EBE702461b175c
Octal36035334702463327134
Binary11110000111010111110011101010011011011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBE7; }

 p { color: rgb(240,235,231); }

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

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

 a { background-color: rgb(240,235,231); }

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

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

 span { border-color: rgb(240,235,231); }

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