#FC93AA

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

Shades of Mauvelous #FC93AA

Tints of Mauvelous #FC93AA

Color information

#FC93AA (or 0xFC93AA) is unknown color: approx Mauvelous. HEX triplet: FC, 93 and AA. RGB value is (252,147,170). Sum of RGB (Red+Green+Blue) = 252+147+170=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC93AA is #036C55. Grayscale: #B5B5B5. Windows color (decimal): -224342 or 11179004. OLE color: 11179004.

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

Color convert

RGB252147170-
CMYK00.420.330.01
HSL346.86º94.59%78.24%-
HSV(B)346.86º41.67%98.82%-
XYZ57.8344.4743.56-
YUV181.02121.79178.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=44.29%
G=25.83%
B=29.88%

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
Decimal25214717000.420.330.01346.8694.5978.24
HexFC93AA02A21115b5f4e
Octal374223252052411533137116
Binary1111110010010011101010100101010100001110101101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93AA; }

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

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

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

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

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

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

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

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