Html Css Color HEX #FE9490 Mona Lisa

📋 copy color: '#FE9490'

red 254 ◦ green 148 ◦ blue 144

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

Shades of Mona Lisa #FE9490

Tints of Mona Lisa #FE9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.11%

 BLUE value IS 144 (56.64% from 255) = 26.37%

R = 46.52%
G = 27.11%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE9490 (or 0xFE9490) is known color: Mona Lisa. HEX triplet: FE, 94 and 90. RGB value is (254,148,144). Sum of RGB (Red+Green+Blue) = 254+148+144=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9490 is #016B6F. Grayscale: #B3B3B3. Windows color (decimal): -93040 or 9475326. OLE color: 9475326.

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

Color convert

RGB 254 148 144 -
CMYK 0 0.42 0.43 0.00
HSL 2.18º 0.98% 0.78% -
HSV(B) 2.18º 0.43% 1% -
XYZ 56.5 44.26 31.95 -
YUV 179.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 254 148 144 0 0.42 0.43 0.00 2.18 0.98 0.78
Hex FE 94 90 0 2A 2B 0 2 62 4E
Octal 376 224 220 0 52 53 0 2 142 116
Binary 11111110 10010100 10010000 0 101010 101011 0 10 1100010 1001110

Color Harmonies of #FE9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9490

Black with #FE9490

Text Example


Text Example

White with #FE9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9490; }

 p { color: rgb(254,148,144); }

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

background-color css

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

 a { background-color: rgb(254,148,144); }

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

border-color css

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

 span { border-color: rgb(254,148,144); }

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