Html Css Color HEX #FC978C Mona Lisa

📋 copy color: '#FC978C'

red 252 ◦ green 151 ◦ blue 140

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

Shades of Mona Lisa #FC978C

Tints of Mona Lisa #FC978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.81%

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

R = 46.41%
G = 27.81%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC978C (or 0xFC978C) is known color: Mona Lisa. HEX triplet: FC, 97 and 8C. RGB value is (252,151,140). Sum of RGB (Red+Green+Blue) = 252+151+140=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC978C is #036873. Grayscale: #B4B4B4. Windows color (decimal): -223348 or 9213948. OLE color: 9213948.

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

Color convert

RGB 252 151 140 -
CMYK 0 0.40 0.44 0.01
HSL 5.89º 0.95% 0.77% -
HSV(B) 5.89º 0.44% 0.99% -
XYZ 55.95 44.72 30.49 -
YUV 179.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 252 151 140 0 0.40 0.44 0.01 5.89 0.95 0.77
Hex FC 97 8C 0 28 2C 1 6 5F 4D
Octal 374 227 214 0 50 54 1 6 137 115
Binary 11111100 10010111 10001100 0 101000 101100 1 110 1011111 1001101

Color Harmonies of #FC978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC978C

Black with #FC978C

Text Example


Text Example

White with #FC978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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