#F4F895

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

Shades of Milan #F4F895

Tints of Milan #F4F895

Color information

#F4F895 (or 0xF4F895) is unknown color: approx Milan. HEX triplet: F4, F8 and 95. RGB value is (244,248,149). Sum of RGB (Red+Green+Blue) = 244+248+149=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 149 (58.59% from 255 or 23.24% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #F4F895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F895 is #0B076A. Grayscale: #EBEBEB. Windows color (decimal): -722795 or 9828596. OLE color: 9828596.

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

Color convert

RGB244248149-
CMYK0.0200.400.03
HSL62.42º87.61%77.84%-
HSV(B)62.42º39.92%97.25%-
XYZ76.388.5441.5-
YUV235.5279.17134.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 248 (97.27% from 255) = 38.69%
BLUE value IS 149 (58.59% from 255) = 23.24%
R=38.07%
G=38.69%
B=23.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2442481490.0200.400.0362.4287.6177.84
HexF4F895202833e584e
Octal3643702252050376130116
Binary1111010011111000100101011001010001111111010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F895; }

 p { color: rgb(244,248,149); }

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

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

 a { background-color: rgb(244,248,149); }

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

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

 span { border-color: rgb(244,248,149); }

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