#F6F895

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

Shades of Milan #F6F895

Tints of Milan #F6F895

Color information

#F6F895 (or 0xF6F895) is unknown color: approx Milan. HEX triplet: F6, F8 and 95. RGB value is (246,248,149). Sum of RGB (Red+Green+Blue) = 246+248+149=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 149 (58.59% from 255 or 23.17% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #F6F895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F895 is #09076A. Grayscale: #ECECEC. Windows color (decimal): -591723 or 9828598. OLE color: 9828598.

HSL color Cylindrical-coordinate representation of color #F6F895: hue angle of 61.21º 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 #F6F895 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB246248149-
CMYK0.0100.400.03
HSL61.21º87.61%77.84%-
HSV(B)61.21º39.92%97.25%-
XYZ7788.941.53-
YUV236.1278.84135.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 248 (97.27% from 255) = 38.57%
BLUE value IS 149 (58.59% from 255) = 23.17%
R=38.26%
G=38.57%
B=23.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462481490.0100.400.0361.2187.6177.84
HexF6F895102833d584e
Octal3663702251050375130116
Binary111101101111100010010101101010001111110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F895; }

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

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

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

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

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

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

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

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