#FEDD8E

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

Shades of Vis Vis #FEDD8E

Tints of Vis Vis #FEDD8E

Color information

#FEDD8E (or 0xFEDD8E) is unknown color: approx Vis Vis. HEX triplet: FE, DD and 8E. RGB value is (254,221,142). Sum of RGB (Red+Green+Blue) = 254+221+142=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD8E is #012271. Grayscale: #DEDEDE. Windows color (decimal): -74354 or 9362942. OLE color: 9362942.

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

Color convert

RGB254221142-
CMYK00.130.440.00
HSL42.32º98.25%77.65%-
HSV(B)42.32º44.09%99.61%-
XYZ71.6174.7436.24-
YUV221.8682.93150.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 142 (55.86% from 255) = 23.01%
R=41.17%
G=35.82%
B=23.01%

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
Decimal25422114200.130.440.0042.3298.2577.65
HexFEDD8E0D2C02a624e
Octal37633521601554052142116
Binary11111110110111011000111001101101100010101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD8E; }

 p { color: rgb(254,221,142); }

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

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

 a { background-color: rgb(254,221,142); }

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

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

 span { border-color: rgb(254,221,142); }

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