#FC91AC

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

Shades of Mauvelous #FC91AC

Tints of Mauvelous #FC91AC

Color information

#FC91AC (or 0xFC91AC) is unknown color: approx Mauvelous. HEX triplet: FC, 91 and AC. RGB value is (252,145,172). Sum of RGB (Red+Green+Blue) = 252+145+172=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC91AC is #036E53. Grayscale: #B4B4B4. Windows color (decimal): -224852 or 11309564. OLE color: 11309564.

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

Color convert

RGB252145172-
CMYK00.420.320.01
HSL344.86º94.69%77.84%-
HSV(B)344.86º42.46%98.82%-
XYZ57.7243.9244.47-
YUV180.07123.45179.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=44.29%
G=25.48%
B=30.23%

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
Decimal25214517200.420.320.01344.8694.6977.84
HexFC91AC02A2011595f4e
Octal374221254052401531137116
Binary1111110010010001101011000101010100000110101100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC91AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC91AC; }

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

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

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

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

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

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

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

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