Html Css Color HEX #FAA58B Mona Lisa

📋 copy color: '#FAA58B'

red 250 ◦ green 165 ◦ blue 139

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

Shades of Mona Lisa #FAA58B

Tints of Mona Lisa #FAA58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.78%

 BLUE value IS 139 (54.69% from 255) = 25.09%

R = 45.13%
G = 29.78%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAA58B (or 0xFAA58B) is known color: Mona Lisa. HEX triplet: FA, A5 and 8B. RGB value is (250,165,139). Sum of RGB (Red+Green+Blue) = 250+165+139=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA58B is #055A74. Grayscale: #BBBBBB. Windows color (decimal): -350837 or 9151994. OLE color: 9151994.

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

Color convert

RGB 250 165 139 -
CMYK 0 0.34 0.44 0.02
HSL 14.05º 0.92% 0.76% -
HSV(B) 14.05º 0.44% 0.98% -
XYZ 57.54 49.1 30.87 -
YUV 187.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 250 165 139 0 0.34 0.44 0.02 14.05 0.92 0.76
Hex FA A5 8B 0 22 2C 2 E 5C 4C
Octal 372 245 213 0 42 54 2 16 134 114
Binary 11111010 10100101 10001011 0 100010 101100 10 1110 1011100 1001100

Color Harmonies of #FAA58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA58B

Black with #FAA58B

Text Example


Text Example

White with #FAA58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA58B; }

 p { color: rgb(250,165,139); }

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

background-color css

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

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

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

border-color css

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

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

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