#FEDE8D

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

Shades of Vis Vis #FEDE8D

Tints of Vis Vis #FEDE8D

Color information

#FEDE8D (or 0xFEDE8D) is unknown color: approx Vis Vis. HEX triplet: FE, DE and 8D. RGB value is (254,222,141). Sum of RGB (Red+Green+Blue) = 254+222+141=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE8D is #012172. Grayscale: #DEDEDE. Windows color (decimal): -74099 or 9297662. OLE color: 9297662.

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

Color convert

RGB254222141-
CMYK00.130.440.00
HSL43.01º98.26%77.45%-
HSV(B)43.01º44.49%99.61%-
XYZ71.875.2435.94-
YUV222.3382.1150.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 141 (55.47% from 255) = 22.85%
R=41.17%
G=35.98%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422214100.130.440.0043.0198.2677.45
HexFEDE8D0D2C02b624d
Octal37633621501554053142115
Binary11111110110111101000110101101101100010101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDE8D; }

 p { color: rgb(254,222,141); }

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

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

 a { background-color: rgb(254,222,141); }

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

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

 span { border-color: rgb(254,222,141); }

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