#F6FA98

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

Shades of Milan #F6FA98

Tints of Milan #F6FA98

Color information

#F6FA98 (or 0xF6FA98) is unknown color: approx Milan. HEX triplet: F6, FA and 98. RGB value is (246,250,152). Sum of RGB (Red+Green+Blue) = 246+250+152=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 152 (59.77% from 255 or 23.46% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FA98 is #090567. Grayscale: #EEEEEE. Windows color (decimal): -591208 or 10025718. OLE color: 10025718.

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

Color convert

RGB246250152-
CMYK0.0200.390.02
HSL62.45º90.74%78.82%-
HSV(B)62.45º39.2%98.04%-
XYZ77.8690.2343.02-
YUV237.6379.67133.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.96%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 152 (59.77% from 255) = 23.46%
R=37.96%
G=38.58%
B=23.46%

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
Decimal2462501520.0200.390.0262.4590.7478.82
HexF6FA98202723e5b4f
Octal3663722302047276133117
Binary1111011011111010100110001001001111011111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FA98; }

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

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

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

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

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

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

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

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