#FDFC86

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

Shades of Milan #FDFC86

Tints of Milan #FDFC86

Color information

#FDFC86 (or 0xFDFC86) is unknown color: approx Milan. HEX triplet: FD, FC and 86. RGB value is (253,252,134). Sum of RGB (Red+Green+Blue) = 253+252+134=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 134 (52.73% from 255 or 20.97% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFC86 is #020379. Grayscale: #EFEFEF. Windows color (decimal): -131962 or 8846589. OLE color: 8846589.

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

Color convert

RGB253252134-
CMYK00.000.470.01
HSL59.5º96.75%75.88%-
HSV(B)59.5º47.04%99.22%-
XYZ79.6292.2236.16-
YUV238.8568.83138.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 134 (52.73% from 255) = 20.97%
R=39.59%
G=39.44%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325213400.000.470.0159.596.7575.88
HexFDFC86002F13b614c
Octal3753742060057173141114
Binary11111101111111001000011000101111111101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFC86; }

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

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

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

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

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

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

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

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