#F88DAD

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

Shades of Mauvelous #F88DAD

Tints of Mauvelous #F88DAD

Color information

#F88DAD (or 0xF88DAD) is unknown color: approx Mauvelous. HEX triplet: F8, 8D and AD. RGB value is (248,141,173). Sum of RGB (Red+Green+Blue) = 248+141+173=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88DAD is #077252. Grayscale: #B0B0B0. Windows color (decimal): -488019 or 11374072. OLE color: 11374072.

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

Color convert

RGB248141173-
CMYK00.430.300.03
HSL342.06º88.43%76.27%-
HSV(B)342.06º43.15%97.25%-
XYZ55.7842.0244.71-
YUV176.64125.95178.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.13%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=44.13%
G=25.09%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814117300.430.300.03342.0688.4376.27
HexF88DAD02B1E3156584c
Octal370215255053363526130114
Binary1111100010001101101011010101011111101110101011010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DAD; }

 p { color: rgb(248,141,173); }

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

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

 a { background-color: rgb(248,141,173); }

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

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

 span { border-color: rgb(248,141,173); }

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