#FADE94

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

Shades of Vis Vis #FADE94

Tints of Vis Vis #FADE94

Color information

#FADE94 (or 0xFADE94) is unknown color: approx Vis Vis. HEX triplet: FA, DE and 94. RGB value is (250,222,148). Sum of RGB (Red+Green+Blue) = 250+222+148=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE94 is #05216B. Grayscale: #DEDEDE. Windows color (decimal): -336236 or 9756410. OLE color: 9756410.

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

Color convert

RGB250222148-
CMYK00.110.410.02
HSL43.53º91.07%78.04%-
HSV(B)43.53º40.8%98.04%-
XYZ70.8974.738.7-
YUV221.9486.28148.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 148 (58.20% from 255) = 23.87%
R=40.32%
G=35.81%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022214800.110.410.0243.5391.0778.04
HexFADE940B2922c5b4e
Octal37233622401351254133116
Binary111110101101111010010100010111010011010110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE94; }

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

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

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

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

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

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

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

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