#F6F196

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

Shades of Milan #F6F196

Tints of Milan #F6F196

Color information

#F6F196 (or 0xF6F196) is unknown color: approx Milan. HEX triplet: F6, F1 and 96. RGB value is (246,241,150). Sum of RGB (Red+Green+Blue) = 246+241+150=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F196 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F196 is #090E69. Grayscale: #E8E8E8. Windows color (decimal): -593514 or 9892342. OLE color: 9892342.

HSL color Cylindrical-coordinate representation of color #F6F196: hue angle of 56.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6F196 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246241150-
CMYK00.020.390.04
HSL56.88º84.21%77.65%-
HSV(B)56.88º39.02%96.47%-
XYZ74.9784.7141.25-
YUV232.1281.66137.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 150 (58.98% from 255) = 23.55%
R=38.62%
G=37.83%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624115000.020.390.0456.8884.2177.65
HexF6F1960227439544e
Octal3663612260247471124116
Binary11110110111100011001011001010011110011100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F196; }

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

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

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

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

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

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

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

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