#FAEBE2

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

Shades of Sauvignon #FAEBE2

Tints of Sauvignon #FAEBE2

Color information

#FAEBE2 (or 0xFAEBE2) is unknown color: approx Sauvignon. HEX triplet: FA, EB and E2. RGB value is (250,235,226). Sum of RGB (Red+Green+Blue) = 250+235+226=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 226 (88.67% from 255 or 31.79% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBE2 is #05141D. Grayscale: #EEEEEE. Windows color (decimal): -332830 or 14871546. OLE color: 14871546.

HSL color Cylindrical-coordinate representation of color #FAEBE2: hue angle of 22.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEBE2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250235226-
CMYK00.060.100.02
HSL22.5º70.59%93.33%-
HSV(B)22.5º9.6%98.04%-
XYZ82.8685.2384.04-
YUV238.46120.97136.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 226 (88.67% from 255) = 31.79%
R=35.16%
G=33.05%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023522600.060.100.0222.570.5993.33
HexFAEBE206A217475d
Octal3723533420612227107135
Binary11111010111010111110001001101010101011110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBE2; }

 p { color: rgb(250,235,226); }

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

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

 a { background-color: rgb(250,235,226); }

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

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

 span { border-color: rgb(250,235,226); }

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