#FAE394

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

Shades of Vis Vis #FAE394

Tints of Vis Vis #FAE394

Color information

#FAE394 (or 0xFAE394) is unknown color: approx Vis Vis. HEX triplet: FA, E3 and 94. RGB value is (250,227,148). Sum of RGB (Red+Green+Blue) = 250+227+148=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 148 (58.20% from 255 or 23.68% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE394 is #051C6B. Grayscale: #E1E1E1. Windows color (decimal): -334956 or 9757690. OLE color: 9757690.

HSL color Cylindrical-coordinate representation of color #FAE394: hue angle of 46.47º 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 #FAE394 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250227148-
CMYK00.090.410.02
HSL46.47º91.07%78.04%-
HSV(B)46.47º40.8%98.04%-
XYZ72.2477.439.15-
YUV224.8784.62145.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 227 (89.06% from 255) = 36.32%
BLUE value IS 148 (58.20% from 255) = 23.68%
R=40%
G=36.32%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022714800.090.410.0246.4791.0778.04
HexFAE394092922e5b4e
Octal37234322401151256133116
Binary111110101110001110010100010011010011010111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE394; }

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

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

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

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

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

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

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

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