#F2F195

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

Shades of Milan #F2F195

Tints of Milan #F2F195

Color information

#F2F195 (or 0xF2F195) is unknown color: approx Milan. HEX triplet: F2, F1 and 95. RGB value is (242,241,149). Sum of RGB (Red+Green+Blue) = 242+241+149=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F195 is #0D0E6A. Grayscale: #E7E7E7. Windows color (decimal): -855659 or 9826802. OLE color: 9826802.

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

Color convert

RGB242241149-
CMYK00.000.380.05
HSL59.35º78.15%76.67%-
HSV(B)59.35º38.43%94.9%-
XYZ73.583.9640.77-
YUV230.8181.83135.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 149 (58.59% from 255) = 23.58%
R=38.29%
G=38.13%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224114900.000.380.0559.3578.1576.67
HexF2F195002653b4e4d
Octal3623612250046573116115
Binary1111001011110001100101010010011010111101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F195; }

 p { color: rgb(242,241,149); }

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

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

 a { background-color: rgb(242,241,149); }

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

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

 span { border-color: rgb(242,241,149); }

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