#FDFA90

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

Shades of Milan #FDFA90

Tints of Milan #FDFA90

Color information

#FDFA90 (or 0xFDFA90) is unknown color: approx Milan. HEX triplet: FD, FA and 90. RGB value is (253,250,144). Sum of RGB (Red+Green+Blue) = 253+250+144=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 144 (56.64% from 255 or 22.26% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA90 is #02056F. Grayscale: #EFEFEF. Windows color (decimal): -132464 or 9501437. OLE color: 9501437.

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

Color convert

RGB253250144-
CMYK00.010.430.01
HSL58.35º96.46%77.84%-
HSV(B)58.35º43.08%99.22%-
XYZ79.7391.2739.8-
YUV238.8174.49138.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.10%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 144 (56.64% from 255) = 22.26%
R=39.10%
G=38.64%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325014400.010.430.0158.3596.4677.84
HexFDFA90012B13a604e
Octal3753722200153172140116
Binary11111101111110101001000001101011111101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA90; }

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

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

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

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

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

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

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

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