Html Css Color HEX #FD988C Mona Lisa

📋 copy color: '#FD988C'

red 253 ◦ green 152 ◦ blue 140

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

Shades of Mona Lisa #FD988C

Tints of Mona Lisa #FD988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.89%

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

R = 46.42%
G = 27.89%
B = 25.69%

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

#FD988C (or 0xFD988C) is known color: Mona Lisa. HEX triplet: FD, 98 and 8C. RGB value is (253,152,140). Sum of RGB (Red+Green+Blue) = 253+152+140=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD988C is #026773. Grayscale: #B4B4B4. Windows color (decimal): -157556 or 9214205. OLE color: 9214205.

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

Color convert

RGB 253 152 140 -
CMYK 0 0.40 0.45 0.01
HSL 6.37º 0.97% 0.77% -
HSV(B) 6.37º 0.45% 0.99% -
XYZ 56.47 45.23 30.57 -
YUV 180.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 253 152 140 0 0.40 0.45 0.01 6.37 0.97 0.77
Hex FD 98 8C 0 28 2D 1 6 61 4D
Octal 375 230 214 0 50 55 1 6 141 115
Binary 11111101 10011000 10001100 0 101000 101101 1 110 1100001 1001101

Color Harmonies of #FD988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD988C

Black with #FD988C

Text Example


Text Example

White with #FD988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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