Html Css Color HEX #FD908C Mona Lisa

📋 copy color: '#FD908C'

red 253 ◦ green 144 ◦ blue 140

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

Shades of Mona Lisa #FD908C

Tints of Mona Lisa #FD908C

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 value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD908C (or 0xFD908C) is known color: 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

RGB 253 144 140 -
CMYK 0 0.43 0.45 0.01
HSL 2.12º 0.97% 0.77% -
HSV(B) 2.12º 0.45% 0.99% -
XYZ 55.21 42.72 30.15 -
YUV 176.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 253 144 140 0 0.43 0.45 0.01 2.12 0.97 0.77
Hex FD 90 8C 0 2B 2D 1 2 61 4D
Octal 375 220 214 0 53 55 1 2 141 115
Binary 11111101 10010000 10001100 0 101011 101101 1 10 1100001 1001101

Color Harmonies of #FD908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD908C

Black with #FD908C

Text Example


Text Example

White with #FD908C

Text Example


Text Example

HTML Codes & Css Web 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>