#F88EA2

Color #F88EA2 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #F88EA2

Tints of Mauvelous #F88EA2

Color information

#F88EA2 (or 0xF88EA2) is unknown color: approx Mauvelous. HEX triplet: F8, 8E and A2. RGB value is (248,142,162). Sum of RGB (Red+Green+Blue) = 248+142+162=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88EA2 is #07715D. Grayscale: #B0B0B0. Windows color (decimal): -487774 or 10653432. OLE color: 10653432.

HSL color Cylindrical-coordinate representation of color #F88EA2: hue angle of 348.68º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EA2 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248142162-
CMYK00.430.350.03
HSL348.68º88.33%76.47%-
HSV(B)348.68º42.74%97.25%-
XYZ54.9141.9139.38-
YUV175.97120.12179.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 162 (63.67% from 255) = 29.35%
R=44.93%
G=25.72%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814216200.430.350.03348.6888.3376.47
HexF88EA202B23315d584c
Octal370216242053433535130114
Binary11111000100011101010001001010111000111110101110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88EA2; }

 p { color: rgb(248,142,162); }

 H1.HeaderClassName
 {
   color: #F88EA2;
 }
 .AnyTagClassName
 {
   color: #F88EA2;
 }
</style>
background-color css

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

 a { background-color: rgb(248,142,162); }

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

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

 span { border-color: rgb(248,142,162); }

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