#F6F994

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

Shades of Milan #F6F994

Tints of Milan #F6F994

Color information

#F6F994 (or 0xF6F994) is unknown color: approx Milan. HEX triplet: F6, F9 and 94. RGB value is (246,249,148). Sum of RGB (Red+Green+Blue) = 246+249+148=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 148 (58.20% from 255 or 23.02% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F994 is #09066B. Grayscale: #ECECEC. Windows color (decimal): -591468 or 9763318. OLE color: 9763318.

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

Color convert

RGB246249148-
CMYK0.0100.410.02
HSL61.78º89.38%77.84%-
HSV(B)61.78º40.56%97.65%-
XYZ77.2389.4841.22-
YUV236.5978.01134.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 148 (58.20% from 255) = 23.02%
R=38.26%
G=38.72%
B=23.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491480.0100.410.0261.7889.3877.84
HexF6F994102923e594e
Octal3663712241051276131116
Binary111101101111100110010100101010011011111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F994; }

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

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

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

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

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

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

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

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