Html Css Color HEX #FA9F8A Mona Lisa

📋 copy color: '#FA9F8A'

red 250 ◦ green 159 ◦ blue 138

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

Shades of Mona Lisa #FA9F8A

Tints of Mona Lisa #FA9F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.23%

R = 45.7%
G = 29.07%
B = 25.23%

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

#FA9F8A (or 0xFA9F8A) is known color: Mona Lisa. HEX triplet: FA, 9F and 8A. RGB value is (250,159,138). Sum of RGB (Red+Green+Blue) = 250+159+138=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F8A is #056075. Grayscale: #B7B7B7. Windows color (decimal): -352374 or 9084922. OLE color: 9084922.

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

Color convert

RGB 250 159 138 -
CMYK 0 0.36 0.45 0.02
HSL 11.25º 0.92% 0.76% -
HSV(B) 11.25º 0.45% 0.98% -
XYZ 56.41 46.96 30.13 -
YUV 183.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 250 159 138 0 0.36 0.45 0.02 11.25 0.92 0.76
Hex FA 9F 8A 0 24 2D 2 B 5C 4C
Octal 372 237 212 0 44 55 2 13 134 114
Binary 11111010 10011111 10001010 0 100100 101101 10 1011 1011100 1001100

Color Harmonies of #FA9F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F8A

Black with #FA9F8A

Text Example


Text Example

White with #FA9F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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