Html Css Color HEX #FF988A Mona Lisa

📋 copy color: '#FF988A'

red 255 ◦ green 152 ◦ blue 138

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

Shades of Mona Lisa #FF988A

Tints of Mona Lisa #FF988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.89%

 BLUE value IS 138 (54.3% from 255) = 25.32%

R = 46.79%
G = 27.89%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF988A (or 0xFF988A) is known color: Mona Lisa. HEX triplet: FF, 98 and 8A. RGB value is (255,152,138). Sum of RGB (Red+Green+Blue) = 255+152+138=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF988A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF988A is #006775. Grayscale: #B5B5B5. Windows color (decimal): -26486 or 9083135. OLE color: 9083135.

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

Color convert

RGB 255 152 138 -
CMYK 0 0.40 0.46 0
HSL 7.18º 1% 0.77% -
HSV(B) 7.18º 0.46% 1% -
XYZ 57.06 45.55 29.83 -
YUV 181.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 255 152 138 0 0.40 0.46 0 7.18 1 0.77
Hex FF 98 8A 0 28 2E 0 7 64 4D
Octal 377 230 212 0 50 56 0 7 144 115
Binary 11111111 10011000 10001010 0 101000 101110 0 111 1100100 1001101

Color Harmonies of #FF988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF988A

Black with #FF988A

Text Example


Text Example

White with #FF988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF988A; }

 p { color: rgb(255,152,138); }

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

background-color css

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

 a { background-color: rgb(255,152,138); }

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

border-color css

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

 span { border-color: rgb(255,152,138); }

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