#FEE394

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

Shades of Vis Vis #FEE394

Tints of Vis Vis #FEE394

Color information

#FEE394 (or 0xFEE394) is unknown color: approx Vis Vis. HEX triplet: FE, E3 and 94. RGB value is (254,227,148). Sum of RGB (Red+Green+Blue) = 254+227+148=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE394 is #011C6B. Grayscale: #E2E2E2. Windows color (decimal): -72812 or 9757694. OLE color: 9757694.

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

Color convert

RGB254227148-
CMYK00.110.420.00
HSL44.72º98.15%78.82%-
HSV(B)44.72º41.73%99.61%-
XYZ73.6978.1539.22-
YUV226.0783.95147.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 227 (89.06% from 255) = 36.09%
BLUE value IS 148 (58.20% from 255) = 23.53%
R=40.38%
G=36.09%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422714800.110.420.0044.7298.1578.82
HexFEE3940B2A02d624f
Octal37634322401352055142117
Binary11111110111000111001010001011101010010110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE394; }

 p { color: rgb(254,227,148); }

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

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

 a { background-color: rgb(254,227,148); }

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

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

 span { border-color: rgb(254,227,148); }

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