#FAFD8E

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

Shades of Milan #FAFD8E

Tints of Milan #FAFD8E

Color information

#FAFD8E (or 0xFAFD8E) is unknown color: approx Milan. HEX triplet: FA, FD and 8E. RGB value is (250,253,142). Sum of RGB (Red+Green+Blue) = 250+253+142=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 142 (55.86% from 255 or 22.02% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFD8E is #050271. Grayscale: #EFEFEF. Windows color (decimal): -328306 or 9371130. OLE color: 9371130.

HSL color Cylindrical-coordinate representation of color #FAFD8E: hue angle of 61.62º degrees, saturation: 0.97, 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 #FAFD8E is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB250253142-
CMYK0.0100.440.01
HSL61.62º96.52%77.45%-
HSV(B)61.62º43.87%99.22%-
XYZ79.4392.5339.26-
YUV239.4573.01135.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 142 (55.86% from 255) = 22.02%
R=38.76%
G=39.22%
B=22.02%

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
Decimal2502531420.0100.440.0161.6296.5277.45
HexFAFD8E102C13e614d
Octal3723752161054176141115
Binary11111010111111011000111010101100111111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD8E; }

 p { color: rgb(250,253,142); }

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

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

 a { background-color: rgb(250,253,142); }

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

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

 span { border-color: rgb(250,253,142); }

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