Html Css Color HEX #FF8988 Mona Lisa

📋 copy color: '#FF8988'

red 255 ◦ green 137 ◦ blue 136

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

Shades of Mona Lisa #FF8988

Tints of Mona Lisa #FF8988

RGB

 RED value IS 255 (100% from 255) = 48.3%

 GREEN value IS 137 (53.91% from 255) = 25.95%

 BLUE value IS 136 (53.52% from 255) = 25.76%

R = 48.3%
G = 25.95%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF8988 (or 0xFF8988) is known color: Mona Lisa. HEX triplet: FF, 89 and 88. RGB value is (255,137,136). Sum of RGB (Red+Green+Blue) = 255+137+136=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8988 is #007677. Grayscale: #ACACAC. Windows color (decimal): -30328 or 8948223. OLE color: 8948223.

HSL color Cylindrical-coordinate representation of color #FF8988: hue angle of 0.5º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF8988 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 137 136 -
CMYK 0 0.46 0.47 0
HSL 0.5º 1% 0.77% -
HSV(B) 0.5º 0.47% 1% -
XYZ 54.63 40.93 28.31 -
YUV 172.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 255 137 136 0 0.46 0.47 0 0.5 1 0.77
Hex FF 89 88 0 2E 2F 0 1 64 4D
Octal 377 211 210 0 56 57 0 1 144 115
Binary 11111111 10001001 10001000 0 101110 101111 0 1 1100100 1001101

Color Harmonies of #FF8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8988

Black with #FF8988

Text Example


Text Example

White with #FF8988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8988; }

 p { color: rgb(255,137,136); }

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

background-color css

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

 a { background-color: rgb(255,137,136); }

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

border-color css

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

 span { border-color: rgb(255,137,136); }

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