Html Css Color HEX #FC988C Mona Lisa

📋 copy color: '#FC988C'

red 252 ◦ green 152 ◦ blue 140

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

Shades of Mona Lisa #FC988C

Tints of Mona Lisa #FC988C

RGB

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

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

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

R = 46.32%
G = 27.94%
B = 25.74%

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

#FC988C (or 0xFC988C) is known color: Mona Lisa. HEX triplet: FC, 98 and 8C. RGB value is (252,152,140). Sum of RGB (Red+Green+Blue) = 252+152+140=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC988C is #036773. Grayscale: #B4B4B4. Windows color (decimal): -223092 or 9214204. OLE color: 9214204.

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

Color convert

RGB 252 152 140 -
CMYK 0 0.40 0.44 0.01
HSL 6.43º 0.95% 0.77% -
HSV(B) 6.43º 0.44% 0.99% -
XYZ 56.11 45.05 30.55 -
YUV 180.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 252 152 140 0 0.40 0.44 0.01 6.43 0.95 0.77
Hex FC 98 8C 0 28 2C 1 6 5F 4D
Octal 374 230 214 0 50 54 1 6 137 115
Binary 11111100 10011000 10001100 0 101000 101100 1 110 1011111 1001101

Color Harmonies of #FC988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC988C

Black with #FC988C

Text Example


Text Example

White with #FC988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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