Html Css Color HEX #FE9591 Mona Lisa

📋 copy color: '#FE9591'

red 254 ◦ green 149 ◦ blue 145

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

Shades of Mona Lisa #FE9591

Tints of Mona Lisa #FE9591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

 BLUE value IS 145 (57.03% from 255) = 26.46%

R = 46.35%
G = 27.19%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE9591 (or 0xFE9591) is known color: Mona Lisa. HEX triplet: FE, 95 and 91. RGB value is (254,149,145). Sum of RGB (Red+Green+Blue) = 254+149+145=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9591 is #016A6E. Grayscale: #B4B4B4. Windows color (decimal): -92783 or 9541118. OLE color: 9541118.

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

Color convert

RGB 254 149 145 -
CMYK 0 0.41 0.43 0.00
HSL 2.2º 0.98% 0.78% -
HSV(B) 2.2º 0.43% 1% -
XYZ 56.73 44.61 32.41 -
YUV 179.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 254 149 145 0 0.41 0.43 0.00 2.2 0.98 0.78
Hex FE 95 91 0 29 2B 0 2 62 4E
Octal 376 225 221 0 51 53 0 2 142 116
Binary 11111110 10010101 10010001 0 101001 101011 0 10 1100010 1001110

Color Harmonies of #FE9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9591

Black with #FE9591

Text Example


Text Example

White with #FE9591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9591; }

 p { color: rgb(254,149,145); }

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

background-color css

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

 a { background-color: rgb(254,149,145); }

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

border-color css

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

 span { border-color: rgb(254,149,145); }

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