Html Css Color HEX #FAFA93 Milan

📋 copy color: '#FAFA93'

red 250 ◦ green 250 ◦ blue 147

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

Shades of Milan #FAFA93

Tints of Milan #FAFA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 22.72%

R = 38.64%
G = 38.64%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAFA93 (or 0xFAFA93) is known color: Milan. HEX triplet: FA, FA and 93. RGB value is (250,250,147). Sum of RGB (Red+Green+Blue) = 250+250+147=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 147 (57.81% from 255 or 22.72% from 647); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA93 is #05056C. Grayscale: #EEEEEE. Windows color (decimal): -329069 or 9698042. OLE color: 9698042.

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

Color convert

RGB 250 250 147 -
CMYK 0 0 0.41 0.02
HSL 60º 0.91% 0.78% -
HSV(B) 60º 0.41% 0.98% -
XYZ 78.88 90.8 40.97 -
YUV 238.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 250 250 147 0 0 0.41 0.02 60 0.91 0.78
Hex FA FA 93 0 0 29 2 3C 5B 4E
Octal 372 372 223 0 0 51 2 74 133 116
Binary 11111010 11111010 10010011 0 0 101001 10 111100 1011011 1001110

Color Harmonies of #FAFA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA93

Black with #FAFA93

Text Example


Text Example

White with #FAFA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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