Html Css Color HEX #FD978C Mona Lisa

📋 copy color: '#FD978C'

red 253 ◦ green 151 ◦ blue 140

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

Shades of Mona Lisa #FD978C

Tints of Mona Lisa #FD978C

RGB

 RED value IS 253 (99.22% from 255) = 46.51%

 GREEN value IS 151 (59.38% from 255) = 27.76%

 BLUE value IS 140 (55.08% from 255) = 25.74%

R = 46.51%
G = 27.76%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD978C (or 0xFD978C) is known color: Mona Lisa. HEX triplet: FD, 97 and 8C. RGB value is (253,151,140). Sum of RGB (Red+Green+Blue) = 253+151+140=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD978C is #026873. Grayscale: #B4B4B4. Windows color (decimal): -157812 or 9213949. OLE color: 9213949.

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

Color convert

RGB 253 151 140 -
CMYK 0 0.40 0.45 0.01
HSL 5.84º 0.97% 0.77% -
HSV(B) 5.84º 0.45% 0.99% -
XYZ 56.31 44.91 30.51 -
YUV 180.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 253 151 140 0 0.40 0.45 0.01 5.84 0.97 0.77
Hex FD 97 8C 0 28 2D 1 6 61 4D
Octal 375 227 214 0 50 55 1 6 141 115
Binary 11111101 10010111 10001100 0 101000 101101 1 110 1100001 1001101

Color Harmonies of #FD978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD978C

Black with #FD978C

Text Example


Text Example

White with #FD978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD978C; }

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

 H1.HeaderClassName
 {
   color: #FD978C;
 }
 .AnyTagClassName
 {
   color: #FD978C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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