#F2EBE8

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

Shades of Sauvignon #F2EBE8

Tints of Sauvignon #F2EBE8

Color information

#F2EBE8 (or 0xF2EBE8) is unknown color: approx Sauvignon. HEX triplet: F2, EB and E8. RGB value is (242,235,232). Sum of RGB (Red+Green+Blue) = 242+235+232=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 232 (91.02% from 255 or 32.72% from 709); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBE8 is #0D1417. Grayscale: #ECECEC. Windows color (decimal): -857112 or 15264754. OLE color: 15264754.

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

Color convert

RGB242235232-
CMYK00.030.040.05
HSL18º27.78%92.94%-
HSV(B)18º4.13%94.9%-
XYZ80.8984.1288.32-
YUV236.75125.32131.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.13%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 232 (91.02% from 255) = 32.72%
R=34.13%
G=33.15%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223523200.030.040.051827.7892.94
HexF2EBE80345121c5d
Octal36235335003452234135
Binary11110010111010111110100001110010110010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBE8; }

 p { color: rgb(242,235,232); }

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

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

 a { background-color: rgb(242,235,232); }

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

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

 span { border-color: rgb(242,235,232); }

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