#FDFD8A

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

Shades of Milan #FDFD8A

Tints of Milan #FDFD8A

Color information

#FDFD8A (or 0xFDFD8A) is unknown color: approx Milan. HEX triplet: FD, FD and 8A. RGB value is (253,253,138). Sum of RGB (Red+Green+Blue) = 253+253+138=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 138 (54.30% from 255 or 21.43% from 644); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFD8A is #020275. Grayscale: #F0F0F0. Windows color (decimal): -131702 or 9108989. OLE color: 9108989.

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

Color convert

RGB253253138-
CMYK000.450.01
HSL60º96.64%76.67%-
HSV(B)60º45.45%99.22%-
XYZ80.2292.9737.76-
YUV239.8970.5137.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 253 (99.22% from 255) = 39.29%
BLUE value IS 138 (54.30% from 255) = 21.43%
R=39.29%
G=39.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253138000.450.016096.6476.67
HexFDFD8A002D13c614d
Octal3753752120055174141115
Binary11111101111111011000101000101101111110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFD8A; }

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

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

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

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

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

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

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

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