#FDFA8C

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

Shades of Milan #FDFA8C

Tints of Milan #FDFA8C

Color information

#FDFA8C (or 0xFDFA8C) is unknown color: approx Milan. HEX triplet: FD, FA and 8C. RGB value is (253,250,140). Sum of RGB (Red+Green+Blue) = 253+250+140=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA8C is #020573. Grayscale: #EEEEEE. Windows color (decimal): -132468 or 9239293. OLE color: 9239293.

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

Color convert

RGB253250140-
CMYK00.010.450.01
HSL58.41º96.58%77.06%-
HSV(B)58.41º44.66%99.22%-
XYZ79.4391.1538.22-
YUV238.3672.49138.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 140 (55.08% from 255) = 21.77%
R=39.35%
G=38.88%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325014000.010.450.0158.4196.5877.06
HexFDFA8C012D13a614d
Octal3753722140155172141115
Binary11111101111110101000110001101101111101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA8C; }

 p { color: rgb(253,250,140); }

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

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

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

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

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

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

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