#F1EE94

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

Shades of Milan #F1EE94

Tints of Milan #F1EE94

Color information

#F1EE94 (or 0xF1EE94) is unknown color: approx Milan. HEX triplet: F1, EE and 94. RGB value is (241,238,148). Sum of RGB (Red+Green+Blue) = 241+238+148=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 148 (58.20% from 255 or 23.60% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE94 is #0E116B. Grayscale: #E4E4E4. Windows color (decimal): -921964 or 9760497. OLE color: 9760497.

HSL color Cylindrical-coordinate representation of color #F1EE94: hue angle of 58.06º 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 #F1EE94 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241238148-
CMYK00.010.390.05
HSL58.06º76.86%76.27%-
HSV(B)58.06º38.59%94.51%-
XYZ72.281.9940.04-
YUV228.6482.49136.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 148 (58.20% from 255) = 23.60%
R=38.44%
G=37.96%
B=23.60%

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
Decimal24123814800.010.390.0558.0676.8676.27
HexF1EE94012753a4d4c
Octal3613562240147572115114
Binary1111000111101110100101000110011110111101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EE94; }

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

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

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

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

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

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

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

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