Html Css Color HEX #FE8D8C Mona Lisa

📋 copy color: '#FE8D8C'

red 254 ◦ green 141 ◦ blue 140

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

Shades of Mona Lisa #FE8D8C

Tints of Mona Lisa #FE8D8C

RGB

 RED value IS 254 (99.61% from 255) = 47.48%

 GREEN value IS 141 (55.47% from 255) = 26.36%

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

R = 47.48%
G = 26.36%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE8D8C (or 0xFE8D8C) is known color: Mona Lisa. HEX triplet: FE, 8D and 8C. RGB value is (254,141,140). Sum of RGB (Red+Green+Blue) = 254+141+140=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D8C is #017273. Grayscale: #AEAEAE. Windows color (decimal): -94836 or 9211390. OLE color: 9211390.

HSL color Cylindrical-coordinate representation of color #FE8D8C: hue angle of 0.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8D8C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 141 140 -
CMYK 0 0.44 0.45 0.00
HSL 0.53º 0.98% 0.77% -
HSV(B) 0.53º 0.45% 1% -
XYZ 55.13 42.01 30.01 -
YUV 174.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 254 141 140 0 0.44 0.45 0.00 0.53 0.98 0.77
Hex FE 8D 8C 0 2C 2D 0 1 62 4D
Octal 376 215 214 0 54 55 0 1 142 115
Binary 11111110 10001101 10001100 0 101100 101101 0 1 1100010 1001101

Color Harmonies of #FE8D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D8C

Black with #FE8D8C

Text Example


Text Example

White with #FE8D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D8C; }

 p { color: rgb(254,141,140); }

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

background-color css

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

 a { background-color: rgb(254,141,140); }

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

border-color css

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

 span { border-color: rgb(254,141,140); }

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