Html Css Color HEX #FEA48C Mona Lisa

📋 copy color: '#FEA48C'

red 254 ◦ green 164 ◦ blue 140

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

Shades of Mona Lisa #FEA48C

Tints of Mona Lisa #FEA48C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.39%

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

R = 45.52%
G = 29.39%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEA48C (or 0xFEA48C) is known color: Mona Lisa. HEX triplet: FE, A4 and 8C. RGB value is (254,164,140). Sum of RGB (Red+Green+Blue) = 254+164+140=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA48C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA48C is #015B73. Grayscale: #BCBCBC. Windows color (decimal): -88948 or 9217278. OLE color: 9217278.

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

Color convert

RGB 254 164 140 -
CMYK 0 0.35 0.45 0.00
HSL 12.63º 0.98% 0.77% -
HSV(B) 12.63º 0.45% 1% -
XYZ 58.88 49.52 31.26 -
YUV 188.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 254 164 140 0 0.35 0.45 0.00 12.63 0.98 0.77
Hex FE A4 8C 0 23 2D 0 D 62 4D
Octal 376 244 214 0 43 55 0 15 142 115
Binary 11111110 10100100 10001100 0 100011 101101 0 1101 1100010 1001101

Color Harmonies of #FEA48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA48C

Black with #FEA48C

Text Example


Text Example

White with #FEA48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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