#FDFA89

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

Shades of Milan #FDFA89

Tints of Milan #FDFA89

Color information

#FDFA89 (or 0xFDFA89) is unknown color: approx Milan. HEX triplet: FD, FA and 89. RGB value is (253,250,137). Sum of RGB (Red+Green+Blue) = 253+250+137=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 137 (53.91% from 255 or 21.41% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA89 is #020576. Grayscale: #EEEEEE. Windows color (decimal): -132471 or 9042685. OLE color: 9042685.

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

Color convert

RGB253250137-
CMYK00.010.460.01
HSL58.45º96.67%76.47%-
HSV(B)58.45º45.85%99.22%-
XYZ79.2191.0637.07-
YUV238.0270.99138.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.53%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 137 (53.91% from 255) = 21.41%
R=39.53%
G=39.06%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325013700.010.460.0158.4596.6776.47
HexFDFA89012E13a614c
Octal3753722110156172141114
Binary11111101111110101000100101101110111101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA89; }

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

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

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

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

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

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

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

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