Html Css Color HEX #FE9695 Mona Lisa

📋 copy color: '#FE9695'

red 254 ◦ green 150 ◦ blue 149

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

Shades of Mona Lisa #FE9695

Tints of Mona Lisa #FE9695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.12%

 BLUE value IS 149 (58.59% from 255) = 26.94%

R = 45.93%
G = 27.12%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE9695 (or 0xFE9695) is known color: Mona Lisa. HEX triplet: FE, 96 and 95. RGB value is (254,150,149). Sum of RGB (Red+Green+Blue) = 254+150+149=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9695 is #01696A. Grayscale: #B5B5B5. Windows color (decimal): -92523 or 9803518. OLE color: 9803518.

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

Color convert

RGB 254 150 149 -
CMYK 0 0.41 0.41 0.00
HSL 0.57º 0.98% 0.79% -
HSV(B) 0.57º 0.41% 1% -
XYZ 57.2 45.05 34.11 -
YUV 180.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 254 150 149 0 0.41 0.41 0.00 0.57 0.98 0.79
Hex FE 96 95 0 29 29 0 1 62 4F
Octal 376 226 225 0 51 51 0 1 142 117
Binary 11111110 10010110 10010101 0 101001 101001 0 1 1100010 1001111

Color Harmonies of #FE9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9695

Black with #FE9695

Text Example


Text Example

White with #FE9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9695; }

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

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

background-color css

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

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

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

border-color css

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

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

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