#FADE91

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

Shades of Vis Vis #FADE91

Tints of Vis Vis #FADE91

Color information

#FADE91 (or 0xFADE91) is unknown color: approx Vis Vis. HEX triplet: FA, DE and 91. RGB value is (250,222,145). Sum of RGB (Red+Green+Blue) = 250+222+145=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 145 (57.03% from 255 or 23.50% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE91 is #05216E. Grayscale: #DDDDDD. Windows color (decimal): -336239 or 9559802. OLE color: 9559802.

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

Color convert

RGB250222145-
CMYK00.110.420.02
HSL44º91.3%77.45%-
HSV(B)44º42%98.04%-
XYZ70.6674.6137.47-
YUV221.5984.78148.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 145 (57.03% from 255) = 23.50%
R=40.52%
G=35.98%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022214500.110.420.024491.377.45
HexFADE910B2A22c5b4d
Octal37233622101352254133115
Binary111110101101111010010001010111010101010110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE91; }

 p { color: rgb(250,222,145); }

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

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

 a { background-color: rgb(250,222,145); }

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

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

 span { border-color: rgb(250,222,145); }

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