Html Css Color HEX #FC958C Mona Lisa

📋 copy color: '#FC958C'

red 252 ◦ green 149 ◦ blue 140

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

Shades of Mona Lisa #FC958C

Tints of Mona Lisa #FC958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.54%

 BLUE value IS 140 (55.08% from 255) = 25.88%

R = 46.58%
G = 27.54%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC958C (or 0xFC958C) is known color: Mona Lisa. HEX triplet: FC, 95 and 8C. RGB value is (252,149,140). Sum of RGB (Red+Green+Blue) = 252+149+140=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC958C is #036A73. Grayscale: #B2B2B2. Windows color (decimal): -223860 or 9213436. OLE color: 9213436.

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

Color convert

RGB 252 149 140 -
CMYK 0 0.41 0.44 0.01
HSL 4.82º 0.95% 0.77% -
HSV(B) 4.82º 0.44% 0.99% -
XYZ 55.63 44.08 30.39 -
YUV 178.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 252 149 140 0 0.41 0.44 0.01 4.82 0.95 0.77
Hex FC 95 8C 0 29 2C 1 5 5F 4D
Octal 374 225 214 0 51 54 1 5 137 115
Binary 11111100 10010101 10001100 0 101001 101100 1 101 1011111 1001101

Color Harmonies of #FC958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC958C

Black with #FC958C

Text Example


Text Example

White with #FC958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC958C; }

 p { color: rgb(252,149,140); }

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

background-color css

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

 a { background-color: rgb(252,149,140); }

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

border-color css

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

 span { border-color: rgb(252,149,140); }

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