#FAE695

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

Shades of Vis Vis #FAE695

Tints of Vis Vis #FAE695

Color information

#FAE695 (or 0xFAE695) is unknown color: approx Vis Vis. HEX triplet: FA, E6 and 95. RGB value is (250,230,149). Sum of RGB (Red+Green+Blue) = 250+230+149=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE695 is #05196A. Grayscale: #E3E3E3. Windows color (decimal): -334187 or 9823994. OLE color: 9823994.

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

Color convert

RGB250230149-
CMYK00.080.400.02
HSL48.12º90.99%78.24%-
HSV(B)48.12º40.4%98.04%-
XYZ73.1579.0939.84-
YUV226.7584.13144.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 230 (90.23% from 255) = 36.57%
BLUE value IS 149 (58.59% from 255) = 23.69%
R=39.75%
G=36.57%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023014900.080.400.0248.1290.9978.24
HexFAE69508282305b4e
Octal37234622501050260133116
Binary111110101110011010010101010001010001011000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE695; }

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

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

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

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

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

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

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

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