#F88EAF

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

Shades of Mauvelous #F88EAF

Tints of Mauvelous #F88EAF

Color information

#F88EAF (or 0xF88EAF) is unknown color: approx Mauvelous. HEX triplet: F8, 8E and AF. RGB value is (248,142,175). Sum of RGB (Red+Green+Blue) = 248+142+175=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88EAF is #077150. Grayscale: #B1B1B1. Windows color (decimal): -487761 or 11505400. OLE color: 11505400.

HSL color Cylindrical-coordinate representation of color #F88EAF: hue angle of 341.32º 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 #F88EAF is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB248142175-
CMYK00.430.290.03
HSL341.32º88.33%76.47%-
HSV(B)341.32º42.74%97.25%-
XYZ56.1242.445.78-
YUV177.46126.62178.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=43.89%
G=25.13%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814217500.430.290.03341.3288.3376.47
HexF88EAF02B1D3155584c
Octal370216257053353525130114
Binary1111100010001110101011110101011111011110101010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88EAF; }

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

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

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

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

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

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

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

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