#FAE195

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

Shades of Vis Vis #FAE195

Tints of Vis Vis #FAE195

Color information

#FAE195 (or 0xFAE195) is unknown color: approx Vis Vis. HEX triplet: FA, E1 and 95. RGB value is (250,225,149). Sum of RGB (Red+Green+Blue) = 250+225+149=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 149 (58.59% from 255 or 23.88% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE195 is #051E6A. Grayscale: #E0E0E0. Windows color (decimal): -335467 or 9822714. OLE color: 9822714.

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

Color convert

RGB250225149-
CMYK00.100.400.02
HSL45.15º90.99%78.24%-
HSV(B)45.15º40.4%98.04%-
XYZ71.7776.3439.39-
YUV223.8185.78146.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 225 (88.28% from 255) = 36.06%
BLUE value IS 149 (58.59% from 255) = 23.88%
R=40.06%
G=36.06%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022514900.100.400.0245.1590.9978.24
HexFAE1950A2822d5b4e
Octal37234122501250255133116
Binary111110101110000110010101010101010001010110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE195; }

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

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

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

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

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

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

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

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