#FC8EA6

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

Shades of Mauvelous #FC8EA6

Tints of Mauvelous #FC8EA6

Color information

#FC8EA6 (or 0xFC8EA6) is unknown color: approx Mauvelous. HEX triplet: FC, 8E and A6. RGB value is (252,142,166). Sum of RGB (Red+Green+Blue) = 252+142+166=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8EA6 is #037159. Grayscale: #B1B1B1. Windows color (decimal): -225626 or 10915580. OLE color: 10915580.

HSL color Cylindrical-coordinate representation of color #FC8EA6: hue angle of 346.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8EA6 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252142166-
CMYK00.440.340.01
HSL346.91º94.83%77.25%-
HSV(B)346.91º43.65%98.82%-
XYZ56.742.7941.35-
YUV177.63121.44181.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 166 (65.23% from 255) = 29.64%
R=45%
G=25.36%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214216600.440.340.01346.9194.8377.25
HexFC8EA602C22115b5f4d
Octal374216246054421533137115
Binary1111110010001110101001100101100100010110101101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8EA6; }

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

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

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

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

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

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

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

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