#FDFD88

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

Shades of Milan #FDFD88

Tints of Milan #FDFD88

Color information

#FDFD88 (or 0xFDFD88) is unknown color: approx Milan. HEX triplet: FD, FD and 88. RGB value is (253,253,136). Sum of RGB (Red+Green+Blue) = 253+253+136=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 136 (53.52% from 255 or 21.18% from 642); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFD88 is #020277. Grayscale: #F0F0F0. Windows color (decimal): -131704 or 8977917. OLE color: 8977917.

HSL color Cylindrical-coordinate representation of color #FDFD88: 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.46%. Process color model (Four color, CMYK) of #FDFD88 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB253253136-
CMYK000.460.01
HSL60º96.69%76.27%-
HSV(B)60º46.25%99.22%-
XYZ80.0892.9137.01-
YUV239.6669.5137.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 253 (99.22% from 255) = 39.41%
BLUE value IS 136 (53.52% from 255) = 21.18%
R=39.41%
G=39.41%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253136000.460.016096.6976.27
HexFDFD88002E13c614c
Octal3753752100056174141114
Binary11111101111111011000100000101110111110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFD88; }

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

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

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

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

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

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

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

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