#FDFD85

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

Shades of Milan #FDFD85

Tints of Milan #FDFD85

Color information

#FDFD85 (or 0xFDFD85) is unknown color: approx Milan. HEX triplet: FD, FD and 85. RGB value is (253,253,133). Sum of RGB (Red+Green+Blue) = 253+253+133=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 133 (52.34% from 255 or 20.81% from 639); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFD85 is #02027A. Grayscale: #EFEFEF. Windows color (decimal): -131707 or 8781309. OLE color: 8781309.

HSL color Cylindrical-coordinate representation of color #FDFD85: hue angle of 60º 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 #FDFD85 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253253133-
CMYK000.470.01
HSL60º96.77%75.69%-
HSV(B)60º47.43%99.22%-
XYZ79.8792.8335.9-
YUV239.3268137.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 133 (52.34% from 255) = 20.81%
R=39.59%
G=39.59%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253133000.470.016096.7775.69
HexFDFD85002F13c614c
Octal3753752050057174141114
Binary11111101111111011000010100101111111110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFD85; }

 p { color: rgb(253,253,133); }

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

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

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

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

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

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

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