Html Css Color HEX #FA9F89 Mona Lisa

📋 copy color: '#FA9F89'

red 250 ◦ green 159 ◦ blue 137

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

Shades of Mona Lisa #FA9F89

Tints of Mona Lisa #FA9F89

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.12%

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

R = 45.79%
G = 29.12%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA9F89 (or 0xFA9F89) is known color: Mona Lisa. HEX triplet: FA, 9F and 89. RGB value is (250,159,137). Sum of RGB (Red+Green+Blue) = 250+159+137=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F89 is #056076. Grayscale: #B7B7B7. Windows color (decimal): -352375 or 9019386. OLE color: 9019386.

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

Color convert

RGB 250 159 137 -
CMYK 0 0.36 0.45 0.02
HSL 11.68º 0.92% 0.76% -
HSV(B) 11.68º 0.45% 0.98% -
XYZ 56.34 46.93 29.76 -
YUV 183.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 250 159 137 0 0.36 0.45 0.02 11.68 0.92 0.76
Hex FA 9F 89 0 24 2D 2 C 5C 4C
Octal 372 237 211 0 44 55 2 14 134 114
Binary 11111010 10011111 10001001 0 100100 101101 10 1100 1011100 1001100

Color Harmonies of #FA9F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F89

Black with #FA9F89

Text Example


Text Example

White with #FA9F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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