#FB8EA5

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

Shades of Mauvelous #FB8EA5

Tints of Mauvelous #FB8EA5

Color information

#FB8EA5 (or 0xFB8EA5) is unknown color: approx Mauvelous. HEX triplet: FB, 8E and A5. RGB value is (251,142,165). Sum of RGB (Red+Green+Blue) = 251+142+165=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8EA5 is #04715A. Grayscale: #B1B1B1. Windows color (decimal): -291163 or 10850043. OLE color: 10850043.

HSL color Cylindrical-coordinate representation of color #FB8EA5: hue angle of 347.34º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EA5 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251142165-
CMYK00.430.340.02
HSL347.34º93.16%77.06%-
HSV(B)347.34º43.43%98.43%-
XYZ56.2542.5740.85-
YUV177.21121.11180.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.98%
GREEN value IS 142 (55.86% from 255) = 25.45%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=44.98%
G=25.45%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114216500.430.340.02347.3493.1677.06
HexFB8EA502B22215b5d4d
Octal373216245053422533135115
Binary11111011100011101010010101010111000101010101101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8EA5; }

 p { color: rgb(251,142,165); }

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

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

 a { background-color: rgb(251,142,165); }

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

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

 span { border-color: rgb(251,142,165); }

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