#F88BAD

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

Shades of Mauvelous #F88BAD

Tints of Mauvelous #F88BAD

Color information

#F88BAD (or 0xF88BAD) is unknown color: approx Mauvelous. HEX triplet: F8, 8B and AD. RGB value is (248,139,173). Sum of RGB (Red+Green+Blue) = 248+139+173=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88BAD is #077452. Grayscale: #AFAFAF. Windows color (decimal): -488531 or 11373560. OLE color: 11373560.

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

Color convert

RGB248139173-
CMYK00.440.300.03
HSL341.28º88.62%75.88%-
HSV(B)341.28º43.95%97.25%-
XYZ55.4941.4444.61-
YUV175.47126.61179.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.29%
GREEN value IS 139 (54.69% from 255) = 24.82%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=44.29%
G=24.82%
B=30.89%

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
Decimal24813917300.440.300.03341.2888.6275.88
HexF88BAD02C1E3155594c
Octal370213255054363525131114
Binary1111100010001011101011010101100111101110101010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88BAD; }

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

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

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

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

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

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

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

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