#FAE48E

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

Shades of Vis Vis #FAE48E

Tints of Vis Vis #FAE48E

Color information

#FAE48E (or 0xFAE48E) is unknown color: approx Vis Vis. HEX triplet: FA, E4 and 8E. RGB value is (250,228,142). Sum of RGB (Red+Green+Blue) = 250+228+142=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 142 (55.86% from 255 or 22.90% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE48E is #051B71. Grayscale: #E1E1E1. Windows color (decimal): -334706 or 9364730. OLE color: 9364730.

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

Color convert

RGB250228142-
CMYK00.090.430.02
HSL47.78º91.53%76.86%-
HSV(B)47.78º43.2%98.04%-
XYZ72.0577.7636.8-
YUV224.7781.29145.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 142 (55.86% from 255) = 22.90%
R=40.32%
G=36.77%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022814200.090.430.0247.7891.5376.86
HexFAE48E092B2305c4d
Octal37234421601153260134115
Binary111110101110010010001110010011010111011000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE48E; }

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

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

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

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

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

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

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

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