#FDFF85

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

Shades of Milan #FDFF85

Tints of Milan #FDFF85

Color information

#FDFF85 (or 0xFDFF85) is unknown color: approx Milan. HEX triplet: FD, FF and 85. RGB value is (253,255,133). Sum of RGB (Red+Green+Blue) = 253+255+133=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 133 (52.34% from 255 or 20.75% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFF85 is #02007A. Grayscale: #F0F0F0. Windows color (decimal): -131195 or 8781821. OLE color: 8781821.

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

Color convert

RGB253255133-
CMYK0.0100.480
HSL60.98º100%76.08%-
HSV(B)60.98º47.84%100%-
XYZ80.594.136.11-
YUV240.4967.34136.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 133 (52.34% from 255) = 20.75%
R=39.47%
G=39.78%
B=20.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551330.0100.48060.9810076.08
HexFDFF85103003d644c
Octal3753772051060075144114
Binary11111101111111111000010110110000011110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFF85; }

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

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

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

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

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

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

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

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