#F88BAE

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

Shades of Mauvelous #F88BAE

Tints of Mauvelous #F88BAE

Color information

#F88BAE (or 0xF88BAE) is unknown color: approx Mauvelous. HEX triplet: F8, 8B and AE. RGB value is (248,139,174). Sum of RGB (Red+Green+Blue) = 248+139+174=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88BAE is #077451. Grayscale: #AFAFAF. Windows color (decimal): -488530 or 11439096. OLE color: 11439096.

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

Color convert

RGB248139174-
CMYK00.440.300.03
HSL340.73º88.62%75.88%-
HSV(B)340.73º43.95%97.25%-
XYZ55.5841.4845.12-
YUV175.58127.11179.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=44.21%
G=24.78%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813917400.440.300.03340.7388.6275.88
HexF88BAE02C1E3155594c
Octal370213256054363525131114
Binary1111100010001011101011100101100111101110101010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88BAE; }

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

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

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

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

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

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

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

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