Html Css Color HEX #FA968D Mona Lisa

📋 copy color: '#FA968D'

red 250 ◦ green 150 ◦ blue 141

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

Shades of Mona Lisa #FA968D

Tints of Mona Lisa #FA968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 46.21%
G = 27.73%
B = 26.06%

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

#FA968D (or 0xFA968D) is known color: Mona Lisa. HEX triplet: FA, 96 and 8D. RGB value is (250,150,141). Sum of RGB (Red+Green+Blue) = 250+150+141=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA968D is #056972. Grayscale: #B3B3B3. Windows color (decimal): -354675 or 9279226. OLE color: 9279226.

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

Color convert

RGB 250 150 141 -
CMYK 0 0.4 0.44 0.02
HSL 4.95º 0.92% 0.77% -
HSV(B) 4.95º 0.44% 0.98% -
XYZ 55.14 44.06 30.8 -
YUV 178.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 250 150 141 0 0.4 0.44 0.02 4.95 0.92 0.77
Hex FA 96 8D 0 28 2C 2 5 5C 4D
Octal 372 226 215 0 50 54 2 5 134 115
Binary 11111010 10010110 10001101 0 101000 101100 10 101 1011100 1001101

Color Harmonies of #FA968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA968D

Black with #FA968D

Text Example


Text Example

White with #FA968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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