#FAFD8C

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

Shades of Milan #FAFD8C

Tints of Milan #FAFD8C

Color information

#FAFD8C (or 0xFAFD8C) is unknown color: approx Milan. HEX triplet: FA, FD and 8C. RGB value is (250,253,140). Sum of RGB (Red+Green+Blue) = 250+253+140=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFD8C is #050273. Grayscale: #EFEFEF. Windows color (decimal): -328308 or 9240058. OLE color: 9240058.

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

Color convert

RGB250253140-
CMYK0.0100.450.01
HSL61.59º96.58%77.06%-
HSV(B)61.59º44.66%99.22%-
XYZ79.2892.4738.48-
YUV239.2272.01135.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 140 (55.08% from 255) = 21.77%
R=38.88%
G=39.35%
B=21.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531400.0100.450.0161.5996.5877.06
HexFAFD8C102D13e614d
Octal3723752141055176141115
Binary11111010111111011000110010101101111111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD8C; }

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

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

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

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

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

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

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

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