Html Css Color HEX #FC9390 Mona Lisa

📋 copy color: '#FC9390'

red 252 ◦ green 147 ◦ blue 144

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

Shades of Mona Lisa #FC9390

Tints of Mona Lisa #FC9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.07%

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

R = 46.41%
G = 27.07%
B = 26.52%

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

#FC9390 (or 0xFC9390) is known color: Mona Lisa. HEX triplet: FC, 93 and 90. RGB value is (252,147,144). Sum of RGB (Red+Green+Blue) = 252+147+144=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9390 is #036C6F. Grayscale: #B2B2B2. Windows color (decimal): -224368 or 9475068. OLE color: 9475068.

HSL color Cylindrical-coordinate representation of color #FC9390: hue angle of 1.67º 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 #FC9390 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 147 144 -
CMYK 0 0.42 0.43 0.01
HSL 1.67º 0.95% 0.78% -
HSV(B) 1.67º 0.43% 0.99% -
XYZ 55.61 43.58 31.87 -
YUV 178.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 252 147 144 0 0.42 0.43 0.01 1.67 0.95 0.78
Hex FC 93 90 0 2A 2B 1 2 5F 4E
Octal 374 223 220 0 52 53 1 2 137 116
Binary 11111100 10010011 10010000 0 101010 101011 1 10 1011111 1001110

Color Harmonies of #FC9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9390

Black with #FC9390

Text Example


Text Example

White with #FC9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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