Html Css Color HEX #FE9E96 Mona Lisa

📋 copy color: '#FE9E96'

red 254 ◦ green 158 ◦ blue 150

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

Shades of Mona Lisa #FE9E96

Tints of Mona Lisa #FE9E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.11%

 BLUE value IS 150 (58.98% from 255) = 26.69%

R = 45.2%
G = 28.11%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE9E96 (or 0xFE9E96) is known color: Mona Lisa. HEX triplet: FE, 9E and 96. RGB value is (254,158,150). Sum of RGB (Red+Green+Blue) = 254+158+150=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E96 is #016169. Grayscale: #B9B9B9. Windows color (decimal): -90474 or 9871102. OLE color: 9871102.

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

Color convert

RGB 254 158 150 -
CMYK 0 0.38 0.41 0.00
HSL 4.62º 0.98% 0.79% -
HSV(B) 4.62º 0.41% 1% -
XYZ 58.6 47.73 34.98 -
YUV 185.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 254 158 150 0 0.38 0.41 0.00 4.62 0.98 0.79
Hex FE 9E 96 0 26 29 0 5 62 4F
Octal 376 236 226 0 46 51 0 5 142 117
Binary 11111110 10011110 10010110 0 100110 101001 0 101 1100010 1001111

Color Harmonies of #FE9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E96

Black with #FE9E96

Text Example


Text Example

White with #FE9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E96; }

 p { color: rgb(254,158,150); }

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

background-color css

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

 a { background-color: rgb(254,158,150); }

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

border-color css

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

 span { border-color: rgb(254,158,150); }

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