#F7FC94

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

Shades of Milan #F7FC94

Tints of Milan #F7FC94

Color information

#F7FC94 (or 0xF7FC94) is unknown color: approx Milan. HEX triplet: F7, FC and 94. RGB value is (247,252,148). Sum of RGB (Red+Green+Blue) = 247+252+148=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 148 (58.20% from 255 or 22.87% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FC94 is #08036B. Grayscale: #EFEFEF. Windows color (decimal): -525164 or 9764087. OLE color: 9764087.

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

Color convert

RGB247252148-
CMYK0.0200.410.01
HSL62.88º94.55%78.43%-
HSV(B)62.88º41.27%98.82%-
XYZ78.5191.5341.55-
YUV238.6576.84133.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.18%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 148 (58.20% from 255) = 22.87%
R=38.18%
G=38.95%
B=22.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472521480.0200.410.0162.8894.5578.43
HexF7FC94202913f5f4e
Octal3673742242051177137116
Binary111101111111110010010100100101001111111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FC94; }

 p { color: rgb(247,252,148); }

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

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

 a { background-color: rgb(247,252,148); }

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

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

 span { border-color: rgb(247,252,148); }

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