#F1EE92

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

Shades of Milan #F1EE92

Tints of Milan #F1EE92

Color information

#F1EE92 (or 0xF1EE92) is unknown color: approx Milan. HEX triplet: F1, EE and 92. RGB value is (241,238,146). Sum of RGB (Red+Green+Blue) = 241+238+146=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 146 (57.42% from 255 or 23.36% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE92 is #0E116D. Grayscale: #E4E4E4. Windows color (decimal): -921966 or 9629425. OLE color: 9629425.

HSL color Cylindrical-coordinate representation of color #F1EE92: hue angle of 58.11º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1EE92 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241238146-
CMYK00.010.390.05
HSL58.11º77.24%75.88%-
HSV(B)58.11º39.42%94.51%-
XYZ72.0481.9339.21-
YUV228.4181.49136.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 146 (57.42% from 255) = 23.36%
R=38.56%
G=38.08%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123814600.010.390.0558.1177.2475.88
HexF1EE92012753a4d4c
Octal3613562220147572115114
Binary1111000111101110100100100110011110111101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EE92; }

 p { color: rgb(241,238,146); }

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

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

 a { background-color: rgb(241,238,146); }

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

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

 span { border-color: rgb(241,238,146); }

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