Html Css Color HEX #FAFA89 Milan

📋 copy color: '#FAFA89'

red 250 ◦ green 250 ◦ blue 137

#FAFA89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milan #FAFA89

Tints of Milan #FAFA89

RGB

 RED value IS 250 (98.05% from 255) = 39.25%

 GREEN value IS 250 (98.05% from 255) = 39.25%

 BLUE value IS 137 (53.91% from 255) = 21.51%

R = 39.25%
G = 39.25%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAFA89 (or 0xFAFA89) is known color: Milan. HEX triplet: FA, FA and 89. RGB value is (250,250,137). Sum of RGB (Red+Green+Blue) = 250+250+137=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 137 (53.91% from 255 or 21.51% from 637); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA89 is #050576. Grayscale: #EDEDED. Windows color (decimal): -329079 or 9042682. OLE color: 9042682.

HSL color Cylindrical-coordinate representation of color #FAFA89: hue angle of 60º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAFA89 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 137 -
CMYK 0 0 0.45 0.02
HSL 60º 0.92% 0.76% -
HSV(B) 60º 0.45% 0.98% -
XYZ 78.13 90.5 37.02 -
YUV 237.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 250 250 137 0 0 0.45 0.02 60 0.92 0.76
Hex FA FA 89 0 0 2D 2 3C 5C 4C
Octal 372 372 211 0 0 55 2 74 134 114
Binary 11111010 11111010 10001001 0 0 101101 10 111100 1011100 1001100

Color Harmonies of #FAFA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA89

Black with #FAFA89

Text Example


Text Example

White with #FAFA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA89; }

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

 H1.HeaderClassName
 {
   color: #FAFA89;
 }
 .AnyTagClassName
 {
   color: #FAFA89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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