Html Css Color HEX #FEA08C Mona Lisa

📋 copy color: '#FEA08C'

red 254 ◦ green 160 ◦ blue 140

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

Shades of Mona Lisa #FEA08C

Tints of Mona Lisa #FEA08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.88%

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

R = 45.85%
G = 28.88%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEA08C (or 0xFEA08C) is known color: Mona Lisa. HEX triplet: FE, A0 and 8C. RGB value is (254,160,140). Sum of RGB (Red+Green+Blue) = 254+160+140=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA08C is #015F73. Grayscale: #BABABA. Windows color (decimal): -89972 or 9216254. OLE color: 9216254.

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

Color convert

RGB 254 160 140 -
CMYK 0 0.37 0.45 0.00
HSL 10.53º 0.98% 0.77% -
HSV(B) 10.53º 0.45% 1% -
XYZ 58.18 48.11 31.03 -
YUV 185.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 254 160 140 0 0.37 0.45 0.00 10.53 0.98 0.77
Hex FE A0 8C 0 25 2D 0 B 62 4D
Octal 376 240 214 0 45 55 0 13 142 115
Binary 11111110 10100000 10001100 0 100101 101101 0 1011 1100010 1001101

Color Harmonies of #FEA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA08C

Black with #FEA08C

Text Example


Text Example

White with #FEA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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