#F88CAB

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

Shades of Mauvelous #F88CAB

Tints of Mauvelous #F88CAB

Color information

#F88CAB (or 0xF88CAB) is unknown color: approx Mauvelous. HEX triplet: F8, 8C and AB. RGB value is (248,140,171). Sum of RGB (Red+Green+Blue) = 248+140+171=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88CAB is #077354. Grayscale: #AFAFAF. Windows color (decimal): -488277 or 11242744. OLE color: 11242744.

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

Color convert

RGB248140171-
CMYK00.440.310.03
HSL342.78º88.52%76.08%-
HSV(B)342.78º43.55%97.25%-
XYZ55.4441.6543.65-
YUV175.83125.28179.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.36%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=44.36%
G=25.04%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814017100.440.310.03342.7888.5276.08
HexF88CAB02C1F3157594c
Octal370214253054373527131114
Binary1111100010001100101010110101100111111110101011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CAB; }

 p { color: rgb(248,140,171); }

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

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

 a { background-color: rgb(248,140,171); }

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

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

 span { border-color: rgb(248,140,171); }

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