#FEE696

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

Shades of Vis Vis #FEE696

Tints of Vis Vis #FEE696

Color information

#FEE696 (or 0xFEE696) is unknown color: approx Vis Vis. HEX triplet: FE, E6 and 96. RGB value is (254,230,150). Sum of RGB (Red+Green+Blue) = 254+230+150=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 150 (58.98% from 255 or 23.66% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE696 is #011969. Grayscale: #E4E4E4. Windows color (decimal): -72042 or 9889534. OLE color: 9889534.

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

Color convert

RGB254230150-
CMYK00.090.410.00
HSL46.15º98.11%79.22%-
HSV(B)46.15º40.94%99.61%-
XYZ74.6779.8740.33-
YUV228.0683.95146.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 150 (58.98% from 255) = 23.66%
R=40.06%
G=36.28%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423015000.090.410.0046.1598.1179.22
HexFEE696092902e624f
Octal37634622601151056142117
Binary11111110111001101001011001001101001010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE696; }

 p { color: rgb(254,230,150); }

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

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

 a { background-color: rgb(254,230,150); }

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

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

 span { border-color: rgb(254,230,150); }

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