#F88BAC

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

Shades of Mauvelous #F88BAC

Tints of Mauvelous #F88BAC

Color information

#F88BAC (or 0xF88BAC) is unknown color: approx Mauvelous. HEX triplet: F8, 8B and AC. RGB value is (248,139,172). Sum of RGB (Red+Green+Blue) = 248+139+172=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88BAC is #077453. Grayscale: #AFAFAF. Windows color (decimal): -488532 or 11308024. OLE color: 11308024.

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

Color convert

RGB248139172-
CMYK00.440.310.03
HSL341.83º88.62%75.88%-
HSV(B)341.83º43.95%97.25%-
XYZ55.3941.444.1-
YUV175.35126.11179.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.36%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=44.36%
G=24.87%
B=30.77%

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
Decimal24813917200.440.310.03341.8388.6275.88
HexF88BAC02C1F3156594c
Octal370213254054373526131114
Binary1111100010001011101011000101100111111110101011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88BAC; }

 p { color: rgb(248,139,172); }

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

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

 a { background-color: rgb(248,139,172); }

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

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

 span { border-color: rgb(248,139,172); }

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