#F6F892

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

Shades of Milan #F6F892

Tints of Milan #F6F892

Color information

#F6F892 (or 0xF6F892) is unknown color: approx Milan. HEX triplet: F6, F8 and 92. RGB value is (246,248,146). Sum of RGB (Red+Green+Blue) = 246+248+146=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 146 (57.42% from 255 or 22.81% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #F6F892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F892 is #09076D. Grayscale: #ECECEC. Windows color (decimal): -591726 or 9631990. OLE color: 9631990.

HSL color Cylindrical-coordinate representation of color #F6F892: hue angle of 61.18º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6F892 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB246248146-
CMYK0.0100.410.03
HSL61.18º87.93%77.25%-
HSV(B)61.18º41.13%97.25%-
XYZ76.7688.840.29-
YUV235.7777.34135.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.44%
GREEN value IS 248 (97.27% from 255) = 38.75%
BLUE value IS 146 (57.42% from 255) = 22.81%
R=38.44%
G=38.75%
B=22.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462481460.0100.410.0361.1887.9377.25
HexF6F892102933d584d
Octal3663702221051375130115
Binary111101101111100010010010101010011111110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F892; }

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

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

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

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

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

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

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

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