#FC968F

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

Shades of Mona Lisa #FC968F

Tints of Mona Lisa #FC968F

Color information

#FC968F (or 0xFC968F) is unknown color: approx Mona Lisa. HEX triplet: FC, 96 and 8F. RGB value is (252,150,143). Sum of RGB (Red+Green+Blue) = 252+150+143=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC968F is #036970. Grayscale: #B3B3B3. Windows color (decimal): -223601 or 9410300. OLE color: 9410300.

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

Color convert

RGB252150143-
CMYK00.400.430.01
HSL3.85º94.78%77.45%-
HSV(B)3.85º43.25%98.82%-
XYZ56.0144.4931.62-
YUV179.7107.29179.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=46.24%
G=27.52%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215014300.400.430.013.8594.7877.45
HexFC968F0282B145f4d
Octal3742262170505314137115
Binary1111110010010110100011110101000101011110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC968F; }

 p { color: rgb(252,150,143); }

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

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

 a { background-color: rgb(252,150,143); }

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

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

 span { border-color: rgb(252,150,143); }

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