#F2EE93

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

Shades of Milan #F2EE93

Tints of Milan #F2EE93

Color information

#F2EE93 (or 0xF2EE93) is unknown color: approx Milan. HEX triplet: F2, EE and 93. RGB value is (242,238,147). Sum of RGB (Red+Green+Blue) = 242+238+147=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 147 (57.81% from 255 or 23.44% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE93 is #0D116C. Grayscale: #E5E5E5. Windows color (decimal): -856429 or 9694962. OLE color: 9694962.

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

Color convert

RGB242238147-
CMYK00.020.390.05
HSL57.47º78.51%76.27%-
HSV(B)57.47º39.26%94.9%-
XYZ72.4682.1339.64-
YUV228.8281.83137.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 147 (57.81% from 255) = 23.44%
R=38.60%
G=37.96%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223814700.020.390.0557.4778.5176.27
HexF2EE9302275394f4c
Octal3623562230247571117114
Binary11110010111011101001001101010011110111100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EE93; }

 p { color: rgb(242,238,147); }

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

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

 a { background-color: rgb(242,238,147); }

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

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

 span { border-color: rgb(242,238,147); }

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