#FAFD89

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

Shades of Milan #FAFD89

Tints of Milan #FAFD89

Color information

#FAFD89 (or 0xFAFD89) is unknown color: approx Milan. HEX triplet: FA, FD and 89. RGB value is (250,253,137). Sum of RGB (Red+Green+Blue) = 250+253+137=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 137 (53.91% from 255 or 21.41% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFD89 is #050276. Grayscale: #EFEFEF. Windows color (decimal): -328311 or 9043450. OLE color: 9043450.

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

Color convert

RGB250253137-
CMYK0.0100.460.01
HSL61.55º96.67%76.47%-
HSV(B)61.55º45.85%99.22%-
XYZ79.0692.3837.33-
YUV238.8870.51135.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 253 (99.22% from 255) = 39.53%
BLUE value IS 137 (53.91% from 255) = 21.41%
R=39.06%
G=39.53%
B=21.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531370.0100.460.0161.5596.6776.47
HexFAFD89102E13e614c
Octal3723752111056176141114
Binary11111010111111011000100110101110111111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD89; }

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

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

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

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

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

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

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

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