#FC93AC

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

Shades of Mauvelous #FC93AC

Tints of Mauvelous #FC93AC

Color information

#FC93AC (or 0xFC93AC) is unknown color: approx Mauvelous. HEX triplet: FC, 93 and AC. RGB value is (252,147,172). Sum of RGB (Red+Green+Blue) = 252+147+172=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC93AC is #036C53. Grayscale: #B5B5B5. Windows color (decimal): -224340 or 11310076. OLE color: 11310076.

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

Color convert

RGB252147172-
CMYK00.420.320.01
HSL345.71º94.59%78.24%-
HSV(B)345.71º41.67%98.82%-
XYZ58.0244.5444.57-
YUV181.24122.79178.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=44.13%
G=25.74%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214717200.420.320.01345.7194.5978.24
HexFC93AC02A20115a5f4e
Octal374223254052401532137116
Binary1111110010010011101011000101010100000110101101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93AC; }

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

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

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

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

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

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

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

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