Html Css Color HEX #FAFA85 Milan

📋 copy color: '#FAFA85'

red 250 ◦ green 250 ◦ blue 133

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

Shades of Milan #FAFA85

Tints of Milan #FAFA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.01%

R = 39.49%
G = 39.49%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAFA85 (or 0xFAFA85) is known color: Milan. HEX triplet: FA, FA and 85. RGB value is (250,250,133). Sum of RGB (Red+Green+Blue) = 250+250+133=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 133 (52.34% from 255 or 21.01% from 633); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA85 is #05057A. Grayscale: #EDEDED. Windows color (decimal): -329083 or 8780538. OLE color: 8780538.

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

Color convert

RGB 250 250 133 -
CMYK 0 0 0.47 0.02
HSL 60º 0.92% 0.75% -
HSV(B) 60º 0.47% 0.98% -
XYZ 77.84 90.39 35.53 -
YUV 236.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 250 250 133 0 0 0.47 0.02 60 0.92 0.75
Hex FA FA 85 0 0 2F 2 3C 5C 4B
Octal 372 372 205 0 0 57 2 74 134 113
Binary 11111010 11111010 10000101 0 0 101111 10 111100 1011100 1001011

Color Harmonies of #FAFA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA85

Black with #FAFA85

Text Example


Text Example

White with #FAFA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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