#FD908C

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

Shades of Mona Lisa #FD908C

Tints of Mona Lisa #FD908C

Color information

#FD908C (or 0xFD908C) is unknown color: approx Mona Lisa. HEX triplet: FD, 90 and 8C. RGB value is (253,144,140). Sum of RGB (Red+Green+Blue) = 253+144+140=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD908C is #026F73. Grayscale: #B0B0B0. Windows color (decimal): -159604 or 9212157. OLE color: 9212157.

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

Color convert

RGB253144140-
CMYK00.430.450.01
HSL2.12º96.58%77.06%-
HSV(B)2.12º44.66%99.22%-
XYZ55.2142.7230.15-
YUV176.14107.61182.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=47.11%
G=26.82%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314414000.430.450.012.1296.5877.06
HexFD908C02B2D12614d
Octal3752202140535512141115
Binary111111011001000010001100010101110110111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD908C; }

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

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

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

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

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

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

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

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