#FC93AD

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

Shades of Mauvelous #FC93AD

Tints of Mauvelous #FC93AD

Color information

#FC93AD (or 0xFC93AD) is unknown color: approx Mauvelous. HEX triplet: FC, 93 and AD. RGB value is (252,147,173). Sum of RGB (Red+Green+Blue) = 252+147+173=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC93AD is #036C52. Grayscale: #B5B5B5. Windows color (decimal): -224339 or 11375612. OLE color: 11375612.

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

Color convert

RGB252147173-
CMYK00.420.310.01
HSL345.14º94.59%78.24%-
HSV(B)345.14º41.67%98.82%-
XYZ58.1244.5845.08-
YUV181.36123.29178.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=44.06%
G=25.70%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214717300.420.310.01345.1494.5978.24
HexFC93AD02A1F11595f4e
Octal374223255052371531137116
Binary111111001001001110101101010101011111110101100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93AD; }

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

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

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

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

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

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

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

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