#FD958C

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

Shades of Mona Lisa #FD958C

Tints of Mona Lisa #FD958C

Color information

#FD958C (or 0xFD958C) is unknown color: approx Mona Lisa. HEX triplet: FD, 95 and 8C. RGB value is (253,149,140). Sum of RGB (Red+Green+Blue) = 253+149+140=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD958C is #026A73. Grayscale: #B3B3B3. Windows color (decimal): -158324 or 9213437. OLE color: 9213437.

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

Color convert

RGB253149140-
CMYK00.410.450.01
HSL4.78º96.58%77.06%-
HSV(B)4.78º44.66%99.22%-
XYZ55.9944.2730.41-
YUV179.07105.96180.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 140 (55.08% from 255) = 25.83%
R=46.68%
G=27.49%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314914000.410.450.014.7896.5877.06
HexFD958C0292D15614d
Octal3752252140515515141115
Binary1111110110010101100011000101001101101110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD958C; }

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

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

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

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

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

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

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

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