#FADE90

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

Shades of Vis Vis #FADE90

Tints of Vis Vis #FADE90

Color information

#FADE90 (or 0xFADE90) is unknown color: approx Vis Vis. HEX triplet: FA, DE and 90. RGB value is (250,222,144). Sum of RGB (Red+Green+Blue) = 250+222+144=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE90 is #05216F. Grayscale: #DDDDDD. Windows color (decimal): -336240 or 9494266. OLE color: 9494266.

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

Color convert

RGB250222144-
CMYK00.110.420.02
HSL44.15º91.38%77.25%-
HSV(B)44.15º42.4%98.04%-
XYZ70.5874.5837.06-
YUV221.4884.28148.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 144 (56.64% from 255) = 23.38%
R=40.58%
G=36.04%
B=23.38%

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
Decimal25022214400.110.420.0244.1591.3877.25
HexFADE900B2A22c5b4d
Octal37233622001352254133115
Binary111110101101111010010000010111010101010110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE90; }

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

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

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

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

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

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

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

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