#FC93A5

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

Shades of Mauvelous #FC93A5

Tints of Mauvelous #FC93A5

Color information

#FC93A5 (or 0xFC93A5) is unknown color: approx Mauvelous. HEX triplet: FC, 93 and A5. RGB value is (252,147,165). Sum of RGB (Red+Green+Blue) = 252+147+165=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC93A5 is #036C5A. Grayscale: #B4B4B4. Windows color (decimal): -224347 or 10851324. OLE color: 10851324.

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

Color convert

RGB252147165-
CMYK00.420.350.01
HSL349.71º94.59%78.24%-
HSV(B)349.71º41.67%98.82%-
XYZ57.3744.2841.12-
YUV180.45119.29179.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 165 (64.84% from 255) = 29.26%
R=44.68%
G=26.06%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214716500.420.350.01349.7194.5978.24
HexFC93A502A23115e5f4e
Octal374223245052431536137116
Binary1111110010010011101001010101010100011110101111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93A5; }

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

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

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

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

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

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

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

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