Html Css Color HEX #FA968C Mona Lisa

📋 copy color: '#FA968C'

red 250 ◦ green 150 ◦ blue 140

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

Shades of Mona Lisa #FA968C

Tints of Mona Lisa #FA968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.78%

 BLUE value IS 140 (55.08% from 255) = 25.93%

R = 46.3%
G = 27.78%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA968C (or 0xFA968C) is known color: Mona Lisa. HEX triplet: FA, 96 and 8C. RGB value is (250,150,140). Sum of RGB (Red+Green+Blue) = 250+150+140=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA968C is #056973. Grayscale: #B2B2B2. Windows color (decimal): -354676 or 9213690. OLE color: 9213690.

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

Color convert

RGB 250 150 140 -
CMYK 0 0.4 0.44 0.02
HSL 5.45º 0.92% 0.76% -
HSV(B) 5.45º 0.44% 0.98% -
XYZ 55.06 44.03 30.41 -
YUV 178.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 250 150 140 0 0.4 0.44 0.02 5.45 0.92 0.76
Hex FA 96 8C 0 28 2C 2 5 5C 4C
Octal 372 226 214 0 50 54 2 5 134 114
Binary 11111010 10010110 10001100 0 101000 101100 10 101 1011100 1001100

Color Harmonies of #FA968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA968C

Black with #FA968C

Text Example


Text Example

White with #FA968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA968C; }

 p { color: rgb(250,150,140); }

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

background-color css

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

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

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

border-color css

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

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

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