#FEFF86

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

Shades of Milan #FEFF86

Tints of Milan #FEFF86

Color information

#FEFF86 (or 0xFEFF86) is unknown color: approx Milan. HEX triplet: FE, FF and 86. RGB value is (254,255,134). Sum of RGB (Red+Green+Blue) = 254+255+134=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 134 (52.73% from 255 or 20.84% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF86 is #010079. Grayscale: #F1F1F1. Windows color (decimal): -65658 or 8847358. OLE color: 8847358.

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

Color convert

RGB254255134-
CMYK0.0000.470
HSL60.5º100%76.27%-
HSV(B)60.5º47.45%100%-
XYZ80.9494.3136.49-
YUV240.9167.67137.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 134 (52.73% from 255) = 20.84%
R=39.50%
G=39.66%
B=20.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551340.0000.47060.510076.27
HexFEFF86002F03c644c
Octal3763772060057074144114
Binary11111110111111111000011000101111011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF86; }

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

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

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

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

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

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

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

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