#F5FA99

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

Shades of Milan #F5FA99

Tints of Milan #F5FA99

Color information

#F5FA99 (or 0xF5FA99) is unknown color: approx Milan. HEX triplet: F5, FA and 99. RGB value is (245,250,153). Sum of RGB (Red+Green+Blue) = 245+250+153=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 153 (60.16% from 255 or 23.61% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA99 is #0A0566. Grayscale: #EDEDED. Windows color (decimal): -656743 or 10091253. OLE color: 10091253.

HSL color Cylindrical-coordinate representation of color #F5FA99: hue angle of 63.09º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5FA99 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB245250153-
CMYK0.0200.390.02
HSL63.09º90.65%79.02%-
HSV(B)63.09º38.8%98.04%-
XYZ77.5990.0843.44-
YUV237.4580.34133.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 153 (60.16% from 255) = 23.61%
R=37.81%
G=38.58%
B=23.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501530.0200.390.0263.0990.6579.02
HexF5FA99202723f5b4f
Octal3653722312047277133117
Binary1111010111111010100110011001001111011111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FA99; }

 p { color: rgb(245,250,153); }

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

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

 a { background-color: rgb(245,250,153); }

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

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

 span { border-color: rgb(245,250,153); }

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