#FB8EA6

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

Shades of Mauvelous #FB8EA6

Tints of Mauvelous #FB8EA6

Color information

#FB8EA6 (or 0xFB8EA6) is unknown color: approx Mauvelous. HEX triplet: FB, 8E and A6. RGB value is (251,142,166). Sum of RGB (Red+Green+Blue) = 251+142+166=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8EA6 is #047159. Grayscale: #B1B1B1. Windows color (decimal): -291162 or 10915579. OLE color: 10915579.

HSL color Cylindrical-coordinate representation of color #FB8EA6: hue angle of 346.79º 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 #FB8EA6 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251142166-
CMYK00.430.340.02
HSL346.79º93.16%77.06%-
HSV(B)346.79º43.43%98.43%-
XYZ56.3442.6141.33-
YUV177.33121.61180.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=44.90%
G=25.40%
B=29.70%

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
Decimal25114216600.430.340.02346.7993.1677.06
HexFB8EA602B22215b5d4d
Octal373216246053422533135115
Binary11111011100011101010011001010111000101010101101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8EA6; }

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

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

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

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

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

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

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

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