#FC988A

Color #FC988A Mona Lisa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mona Lisa #FC988A

Tints of Mona Lisa #FC988A

Color information

#FC988A (or 0xFC988A) is unknown color: approx Mona Lisa. HEX triplet: FC, 98 and 8A. RGB value is (252,152,138). Sum of RGB (Red+Green+Blue) = 252+152+138=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC988A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC988A is #036775. Grayscale: #B4B4B4. Windows color (decimal): -223094 or 9083132. OLE color: 9083132.

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

Color convert

RGB252152138-
CMYK00.400.450.01
HSL7.37º95%76.47%-
HSV(B)7.37º45.24%98.82%-
XYZ55.9644.9929.78-
YUV180.3104.13179.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=46.49%
G=28.04%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215213800.400.450.017.379576.47
HexFC988A0282D175f4c
Octal3742302120505517137114
Binary1111110010011000100010100101000101101111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC988A; }

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

 H1.HeaderClassName
 {
   color: #FC988A;
 }
 .AnyTagClassName
 {
   color: #FC988A;
 }
</style>
background-color css

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

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

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

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

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

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