#FC8DA2

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

Shades of Mauvelous #FC8DA2

Tints of Mauvelous #FC8DA2

Color information

#FC8DA2 (or 0xFC8DA2) is unknown color: approx Mauvelous. HEX triplet: FC, 8D and A2. RGB value is (252,141,162). Sum of RGB (Red+Green+Blue) = 252+141+162=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DA2 is #03725D. Grayscale: #B0B0B0. Windows color (decimal): -225886 or 10653180. OLE color: 10653180.

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

Color convert

RGB252141162-
CMYK00.440.360.01
HSL348.65º94.87%77.06%-
HSV(B)348.65º44.05%98.82%-
XYZ56.1942.3539.4-
YUV176.58119.77181.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 162 (63.67% from 255) = 29.19%
R=45.41%
G=25.41%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214116200.440.360.01348.6594.8777.06
HexFC8DA202C24115d5f4d
Octal374215242054441535137115
Binary1111110010001101101000100101100100100110101110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DA2; }

 p { color: rgb(252,141,162); }

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

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

 a { background-color: rgb(252,141,162); }

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

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

 span { border-color: rgb(252,141,162); }

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