#F8FA8D

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

Shades of Milan #F8FA8D

Tints of Milan #F8FA8D

Color information

#F8FA8D (or 0xF8FA8D) is unknown color: approx Milan. HEX triplet: F8, FA and 8D. RGB value is (248,250,141). Sum of RGB (Red+Green+Blue) = 248+250+141=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 141 (55.47% from 255 or 22.07% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FA8D is #070572. Grayscale: #EDEDED. Windows color (decimal): -460147 or 9304824. OLE color: 9304824.

HSL color Cylindrical-coordinate representation of color #F8FA8D: hue angle of 61.1º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8FA8D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB248250141-
CMYK0.0100.440.02
HSL61.1º91.6%76.67%-
HSV(B)61.1º43.6%98.04%-
XYZ77.790.2538.52-
YUV236.9873.84135.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 141 (55.47% from 255) = 22.07%
R=38.81%
G=39.12%
B=22.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482501410.0100.440.0261.191.676.67
HexF8FA8D102C23d5c4d
Octal3703722151054275134115
Binary111110001111101010001101101011001011110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FA8D; }

 p { color: rgb(248,250,141); }

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

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

 a { background-color: rgb(248,250,141); }

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

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

 span { border-color: rgb(248,250,141); }

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