Html Css Color HEX #FC9190 Mona Lisa

📋 copy color: '#FC9190'

red 252 ◦ green 145 ◦ blue 144

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

Shades of Mona Lisa #FC9190

Tints of Mona Lisa #FC9190

RGB

 RED value IS 252 (98.83% from 255) = 46.58%

 GREEN value IS 145 (57.03% from 255) = 26.8%

 BLUE value IS 144 (56.64% from 255) = 26.62%

R = 46.58%
G = 26.8%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC9190 (or 0xFC9190) is known color: Mona Lisa. HEX triplet: FC, 91 and 90. RGB value is (252,145,144). Sum of RGB (Red+Green+Blue) = 252+145+144=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9190 is #036E6F. Grayscale: #B0B0B0. Windows color (decimal): -224880 or 9474556. OLE color: 9474556.

HSL color Cylindrical-coordinate representation of color #FC9190: hue angle of 0.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC9190 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 145 144 -
CMYK 0 0.42 0.43 0.01
HSL 0.56º 0.95% 0.78% -
HSV(B) 0.56º 0.43% 0.99% -
XYZ 55.3 42.96 31.76 -
YUV 176.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 252 145 144 0 0.42 0.43 0.01 0.56 0.95 0.78
Hex FC 91 90 0 2A 2B 1 1 5F 4E
Octal 374 221 220 0 52 53 1 1 137 116
Binary 11111100 10010001 10010000 0 101010 101011 1 1 1011111 1001110

Color Harmonies of #FC9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9190

Black with #FC9190

Text Example


Text Example

White with #FC9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9190; }

 p { color: rgb(252,145,144); }

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

background-color css

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

 a { background-color: rgb(252,145,144); }

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

border-color css

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

 span { border-color: rgb(252,145,144); }

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