#FAFC8F

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

Shades of Milan #FAFC8F

Tints of Milan #FAFC8F

Color information

#FAFC8F (or 0xFAFC8F) is unknown color: approx Milan. HEX triplet: FA, FC and 8F. RGB value is (250,252,143). Sum of RGB (Red+Green+Blue) = 250+252+143=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 143 (56.25% from 255 or 22.17% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFC8F is #050370. Grayscale: #EFEFEF. Windows color (decimal): -328561 or 9436410. OLE color: 9436410.

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

Color convert

RGB250252143-
CMYK0.0100.430.01
HSL61.1º94.78%77.45%-
HSV(B)61.1º43.25%98.82%-
XYZ79.1991.9339.56-
YUV238.9873.84135.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 143 (56.25% from 255) = 22.17%
R=38.76%
G=39.07%
B=22.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521430.0100.430.0161.194.7877.45
HexFAFC8F102B13d5f4d
Octal3723742171053175137115
Binary11111010111111001000111110101011111110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFC8F; }

 p { color: rgb(250,252,143); }

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

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

 a { background-color: rgb(250,252,143); }

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

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

 span { border-color: rgb(250,252,143); }

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