#FAE495

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

Shades of Vis Vis #FAE495

Tints of Vis Vis #FAE495

Color information

#FAE495 (or 0xFAE495) is unknown color: approx Vis Vis. HEX triplet: FA, E4 and 95. RGB value is (250,228,149). Sum of RGB (Red+Green+Blue) = 250+228+149=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 149 (58.59% from 255 or 23.76% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE495 is #051B6A. Grayscale: #E1E1E1. Windows color (decimal): -334699 or 9823482. OLE color: 9823482.

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

Color convert

RGB250228149-
CMYK00.090.400.02
HSL46.93º90.99%78.24%-
HSV(B)46.93º40.4%98.04%-
XYZ72.5977.9839.66-
YUV225.5784.79145.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 23.76%
R=39.87%
G=36.36%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022814900.090.400.0246.9390.9978.24
HexFAE495092822f5b4e
Octal37234422501150257133116
Binary111110101110010010010101010011010001010111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE495; }

 p { color: rgb(250,228,149); }

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

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

 a { background-color: rgb(250,228,149); }

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

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

 span { border-color: rgb(250,228,149); }

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