#F6FA97

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

Shades of Milan #F6FA97

Tints of Milan #F6FA97

Color information

#F6FA97 (or 0xF6FA97) is unknown color: approx Milan. HEX triplet: F6, FA and 97. RGB value is (246,250,151). Sum of RGB (Red+Green+Blue) = 246+250+151=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 151 (59.38% from 255 or 23.34% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FA97 is #090568. Grayscale: #EDEDED. Windows color (decimal): -591209 or 9960182. OLE color: 9960182.

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

Color convert

RGB246250151-
CMYK0.0200.400.02
HSL62.42º90.83%78.63%-
HSV(B)62.42º39.6%98.04%-
XYZ77.7890.242.59-
YUV237.5279.17134.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.02%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 151 (59.38% from 255) = 23.34%
R=38.02%
G=38.64%
B=23.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462501510.0200.400.0262.4290.8378.63
HexF6FA97202823e5b4f
Octal3663722272050276133117
Binary1111011011111010100101111001010001011111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FA97; }

 p { color: rgb(246,250,151); }

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

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

 a { background-color: rgb(246,250,151); }

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

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

 span { border-color: rgb(246,250,151); }

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