#FC93A8

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

Shades of Mauvelous #FC93A8

Tints of Mauvelous #FC93A8

Color information

#FC93A8 (or 0xFC93A8) is unknown color: approx Mauvelous. HEX triplet: FC, 93 and A8. RGB value is (252,147,168). Sum of RGB (Red+Green+Blue) = 252+147+168=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC93A8 is #036C57. Grayscale: #B4B4B4. Windows color (decimal): -224344 or 11047932. OLE color: 11047932.

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

Color convert

RGB252147168-
CMYK00.420.330.01
HSL348º94.59%78.24%-
HSV(B)348º41.67%98.82%-
XYZ57.6544.3942.58-
YUV180.79120.79178.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 168 (66.02% from 255) = 29.63%
R=44.44%
G=25.93%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214716800.420.330.0134894.5978.24
HexFC93A802A21115c5f4e
Octal374223250052411534137116
Binary1111110010010011101010000101010100001110101110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93A8; }

 p { color: rgb(252,147,168); }

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

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

 a { background-color: rgb(252,147,168); }

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

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

 span { border-color: rgb(252,147,168); }

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