#FAE48B

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

Shades of Vis Vis #FAE48B

Tints of Vis Vis #FAE48B

Color information

#FAE48B (or 0xFAE48B) is unknown color: approx Vis Vis. HEX triplet: FA, E4 and 8B. RGB value is (250,228,139). Sum of RGB (Red+Green+Blue) = 250+228+139=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE48B is #051B74. Grayscale: #E0E0E0. Windows color (decimal): -334709 or 9168122. OLE color: 9168122.

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

Color convert

RGB250228139-
CMYK00.090.440.02
HSL48.11º91.74%76.27%-
HSV(B)48.11º44.4%98.04%-
XYZ71.8377.6735.63-
YUV224.4379.79146.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 139 (54.69% from 255) = 22.53%
R=40.52%
G=36.95%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022813900.090.440.0248.1191.7476.27
HexFAE48B092C2305c4c
Octal37234421301154260134114
Binary111110101110010010001011010011011001011000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE48B; }

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

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

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

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

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

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

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

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