#FEFD86

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

Shades of Milan #FEFD86

Tints of Milan #FEFD86

Color information

#FEFD86 (or 0xFEFD86) is unknown color: approx Milan. HEX triplet: FE, FD and 86. RGB value is (254,253,134). Sum of RGB (Red+Green+Blue) = 254+253+134=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 134 (52.73% from 255 or 20.90% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFD86 is #010279. Grayscale: #F0F0F0. Windows color (decimal): -66170 or 8846846. OLE color: 8846846.

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

Color convert

RGB254253134-
CMYK00.000.470.00
HSL59.5º98.36%76.08%-
HSV(B)59.5º47.24%99.61%-
XYZ80.393.0436.28-
YUV239.7368.33138.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 253 (99.22% from 255) = 39.47%
BLUE value IS 134 (52.73% from 255) = 20.90%
R=39.63%
G=39.47%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425313400.000.470.0059.598.3676.08
HexFEFD86002F03c624c
Octal3763752060057074142114
Binary11111110111111011000011000101111011110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFD86; }

 p { color: rgb(254,253,134); }

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

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

 a { background-color: rgb(254,253,134); }

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

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

 span { border-color: rgb(254,253,134); }

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