Html Css Color HEX #FA988F Mona Lisa

📋 copy color: '#FA988F'

red 250 ◦ green 152 ◦ blue 143

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

Shades of Mona Lisa #FA988F

Tints of Mona Lisa #FA988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.24%

R = 45.87%
G = 27.89%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA988F (or 0xFA988F) is known color: Mona Lisa. HEX triplet: FA, 98 and 8F. RGB value is (250,152,143). Sum of RGB (Red+Green+Blue) = 250+152+143=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA988F is #056770. Grayscale: #B4B4B4. Windows color (decimal): -354161 or 9410810. OLE color: 9410810.

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

Color convert

RGB 250 152 143 -
CMYK 0 0.39 0.43 0.02
HSL 5.05º 0.91% 0.77% -
HSV(B) 5.05º 0.43% 0.98% -
XYZ 55.61 44.76 31.7 -
YUV 180.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 250 152 143 0 0.39 0.43 0.02 5.05 0.91 0.77
Hex FA 98 8F 0 27 2B 2 5 5B 4D
Octal 372 230 217 0 47 53 2 5 133 115
Binary 11111010 10011000 10001111 0 100111 101011 10 101 1011011 1001101

Color Harmonies of #FA988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA988F

Black with #FA988F

Text Example


Text Example

White with #FA988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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