#FDF890

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

Shades of Milan #FDF890

Tints of Milan #FDF890

Color information

#FDF890 (or 0xFDF890) is unknown color: approx Milan. HEX triplet: FD, F8 and 90. RGB value is (253,248,144). Sum of RGB (Red+Green+Blue) = 253+248+144=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 144 (56.64% from 255 or 22.33% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF890 is #02076F. Grayscale: #EEEEEE. Windows color (decimal): -132976 or 9500925. OLE color: 9500925.

HSL color Cylindrical-coordinate representation of color #FDF890: hue angle of 57.25º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDF890 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253248144-
CMYK00.020.430.01
HSL57.25º96.46%77.84%-
HSV(B)57.25º43.08%99.22%-
XYZ79.1190.0339.59-
YUV237.6475.16138.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 248 (97.27% from 255) = 38.45%
BLUE value IS 144 (56.64% from 255) = 22.33%
R=39.22%
G=38.45%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324814400.020.430.0157.2596.4677.84
HexFDF890022B139604e
Octal3753702200253171140116
Binary111111011111100010010000010101011111100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF890; }

 p { color: rgb(253,248,144); }

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

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

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

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

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

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

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