#FAE396

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

Shades of Vis Vis #FAE396

Tints of Vis Vis #FAE396

Color information

#FAE396 (or 0xFAE396) is unknown color: approx Vis Vis. HEX triplet: FA, E3 and 96. RGB value is (250,227,150). Sum of RGB (Red+Green+Blue) = 250+227+150=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 150 (58.98% from 255 or 23.92% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE396 is #051C69. Grayscale: #E1E1E1. Windows color (decimal): -334954 or 9888762. OLE color: 9888762.

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

Color convert

RGB250227150-
CMYK00.090.40.02
HSL46.2º90.91%78.43%-
HSV(B)46.2º40%98.04%-
XYZ72.477.4639.99-
YUV225.185.62145.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 227 (89.06% from 255) = 36.20%
BLUE value IS 150 (58.98% from 255) = 23.92%
R=39.87%
G=36.20%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022715000.090.40.0246.290.9178.43
HexFAE396092822e5b4e
Octal37234322601150256133116
Binary111110101110001110010110010011010001010111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE396; }

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

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

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

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

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

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

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

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