#FAE794

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

Shades of Vis Vis #FAE794

Tints of Vis Vis #FAE794

Color information

#FAE794 (or 0xFAE794) is unknown color: approx Vis Vis. HEX triplet: FA, E7 and 94. RGB value is (250,231,148). Sum of RGB (Red+Green+Blue) = 250+231+148=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE794 is #05186B. Grayscale: #E3E3E3. Windows color (decimal): -333932 or 9758714. OLE color: 9758714.

HSL color Cylindrical-coordinate representation of color #FAE794: hue angle of 48.82º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAE794 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250231148-
CMYK00.080.410.02
HSL48.82º91.07%78.04%-
HSV(B)48.82º40.8%98.04%-
XYZ73.3579.6139.52-
YUV227.2283.29144.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 231 (90.62% from 255) = 36.72%
BLUE value IS 148 (58.20% from 255) = 23.53%
R=39.75%
G=36.72%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023114800.080.410.0248.8291.0778.04
HexFAE79408292315b4e
Octal37234722401051261133116
Binary111110101110011110010100010001010011011000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE794; }

 p { color: rgb(250,231,148); }

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

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

 a { background-color: rgb(250,231,148); }

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

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

 span { border-color: rgb(250,231,148); }

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