Html Css Color HEX #FAA38B Mona Lisa

📋 copy color: '#FAA38B'

red 250 ◦ green 163 ◦ blue 139

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

Shades of Mona Lisa #FAA38B

Tints of Mona Lisa #FAA38B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.53%

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

R = 45.29%
G = 29.53%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAA38B (or 0xFAA38B) is known color: Mona Lisa. HEX triplet: FA, A3 and 8B. RGB value is (250,163,139). Sum of RGB (Red+Green+Blue) = 250+163+139=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA38B is #055C74. Grayscale: #BABABA. Windows color (decimal): -351349 or 9151482. OLE color: 9151482.

HSL color Cylindrical-coordinate representation of color #FAA38B: hue angle of 12.97º 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 #FAA38B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 139 -
CMYK 0 0.35 0.44 0.02
HSL 12.97º 0.92% 0.76% -
HSV(B) 12.97º 0.44% 0.98% -
XYZ 57.18 48.38 30.75 -
YUV 186.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 250 163 139 0 0.35 0.44 0.02 12.97 0.92 0.76
Hex FA A3 8B 0 23 2C 2 D 5C 4C
Octal 372 243 213 0 43 54 2 15 134 114
Binary 11111010 10100011 10001011 0 100011 101100 10 1101 1011100 1001100

Color Harmonies of #FAA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA38B

Black with #FAA38B

Text Example


Text Example

White with #FAA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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