#FAFC8C

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

Shades of Milan #FAFC8C

Tints of Milan #FAFC8C

Color information

#FAFC8C (or 0xFAFC8C) is unknown color: approx Milan. HEX triplet: FA, FC and 8C. RGB value is (250,252,140). Sum of RGB (Red+Green+Blue) = 250+252+140=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 140 (55.08% from 255 or 21.81% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFC8C is #050373. Grayscale: #EFEFEF. Windows color (decimal): -328564 or 9239802. OLE color: 9239802.

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

Color convert

RGB250252140-
CMYK0.0100.440.01
HSL61.07º94.92%76.86%-
HSV(B)61.07º44.44%98.82%-
XYZ78.9791.8438.38-
YUV238.6372.34136.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 140 (55.08% from 255) = 21.81%
R=38.94%
G=39.25%
B=21.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521400.0100.440.0161.0794.9276.86
HexFAFC8C102C13d5f4d
Octal3723742141054175137115
Binary11111010111111001000110010101100111110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFC8C; }

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

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

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

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

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

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

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

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