#F1EE90

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

Shades of Milan #F1EE90

Tints of Milan #F1EE90

Color information

#F1EE90 (or 0xF1EE90) is unknown color: approx Milan. HEX triplet: F1, EE and 90. RGB value is (241,238,144). Sum of RGB (Red+Green+Blue) = 241+238+144=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 144 (56.64% from 255 or 23.11% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE90 is #0E116F. Grayscale: #E4E4E4. Windows color (decimal): -921968 or 9498353. OLE color: 9498353.

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

Color convert

RGB241238144-
CMYK00.010.400.05
HSL58.14º77.6%75.49%-
HSV(B)58.14º40.25%94.51%-
XYZ71.8881.8638.4-
YUV228.1880.49137.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 144 (56.64% from 255) = 23.11%
R=38.68%
G=38.20%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123814400.010.400.0558.1477.675.49
HexF1EE90012853a4e4b
Octal3613562200150572116113
Binary1111000111101110100100000110100010111101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EE90; }

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

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

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

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

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

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

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

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