Html Css Color HEX #FD978A Mona Lisa

📋 copy color: '#FD978A'

red 253 ◦ green 151 ◦ blue 138

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

Shades of Mona Lisa #FD978A

Tints of Mona Lisa #FD978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.46%

R = 46.68%
G = 27.86%
B = 25.46%

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

#FD978A (or 0xFD978A) is known color: Mona Lisa. HEX triplet: FD, 97 and 8A. RGB value is (253,151,138). Sum of RGB (Red+Green+Blue) = 253+151+138=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD978A is #026875. Grayscale: #B4B4B4. Windows color (decimal): -157814 or 9082877. OLE color: 9082877.

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

Color convert

RGB 253 151 138 -
CMYK 0 0.40 0.45 0.01
HSL 6.78º 0.97% 0.77% -
HSV(B) 6.78º 0.45% 0.99% -
XYZ 56.16 44.85 29.74 -
YUV 180.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 253 151 138 0 0.40 0.45 0.01 6.78 0.97 0.77
Hex FD 97 8A 0 28 2D 1 7 61 4D
Octal 375 227 212 0 50 55 1 7 141 115
Binary 11111101 10010111 10001010 0 101000 101101 1 111 1100001 1001101

Color Harmonies of #FD978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD978A

Black with #FD978A

Text Example


Text Example

White with #FD978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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