#F6F996

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

Shades of Milan #F6F996

Tints of Milan #F6F996

Color information

#F6F996 (or 0xF6F996) is unknown color: approx Milan. HEX triplet: F6, F9 and 96. RGB value is (246,249,150). Sum of RGB (Red+Green+Blue) = 246+249+150=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 150 (58.98% from 255 or 23.26% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F996 is #090669. Grayscale: #EDEDED. Windows color (decimal): -591466 or 9894390. OLE color: 9894390.

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

Color convert

RGB246249150-
CMYK0.0100.400.02
HSL61.82º89.19%78.24%-
HSV(B)61.82º39.76%97.65%-
XYZ77.3989.5542.06-
YUV236.8279.01134.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.14%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 150 (58.98% from 255) = 23.26%
R=38.14%
G=38.60%
B=23.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491500.0100.400.0261.8289.1978.24
HexF6F996102823e594e
Octal3663712261050276131116
Binary111101101111100110010110101010001011111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F996; }

 p { color: rgb(246,249,150); }

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

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

 a { background-color: rgb(246,249,150); }

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

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

 span { border-color: rgb(246,249,150); }

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