Html Css Color HEX #FA988D Mona Lisa

📋 copy color: '#FA988D'

red 250 ◦ green 152 ◦ blue 141

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

Shades of Mona Lisa #FA988D

Tints of Mona Lisa #FA988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.99%

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

R = 46.04%
G = 27.99%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA988D (or 0xFA988D) is known color: Mona Lisa. HEX triplet: FA, 98 and 8D. RGB value is (250,152,141). Sum of RGB (Red+Green+Blue) = 250+152+141=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA988D is #056772. Grayscale: #B4B4B4. Windows color (decimal): -354163 or 9279738. OLE color: 9279738.

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

Color convert

RGB 250 152 141 -
CMYK 0 0.39 0.44 0.02
HSL 6.06º 0.92% 0.77% -
HSV(B) 6.06º 0.44% 0.98% -
XYZ 55.46 44.7 30.9 -
YUV 180.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 250 152 141 0 0.39 0.44 0.02 6.06 0.92 0.77
Hex FA 98 8D 0 27 2C 2 6 5C 4D
Octal 372 230 215 0 47 54 2 6 134 115
Binary 11111010 10011000 10001101 0 100111 101100 10 110 1011100 1001101

Color Harmonies of #FA988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA988D

Black with #FA988D

Text Example


Text Example

White with #FA988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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