#FC94A5

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

Shades of Mauvelous #FC94A5

Tints of Mauvelous #FC94A5

Color information

#FC94A5 (or 0xFC94A5) is unknown color: approx Mauvelous. HEX triplet: FC, 94 and A5. RGB value is (252,148,165). Sum of RGB (Red+Green+Blue) = 252+148+165=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC94A5 is #036B5A. Grayscale: #B5B5B5. Windows color (decimal): -224091 or 10851580. OLE color: 10851580.

HSL color Cylindrical-coordinate representation of color #FC94A5: hue angle of 350.19º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94A5 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252148165-
CMYK00.410.350.01
HSL350.19º94.55%78.43%-
HSV(B)350.19º41.27%98.82%-
XYZ57.5344.5941.17-
YUV181.03118.96178.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=44.60%
G=26.19%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214816500.410.350.01350.1994.5578.43
HexFC94A502923115e5f4e
Octal374224245051431536137116
Binary1111110010010100101001010101001100011110101111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94A5; }

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

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

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

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

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

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

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

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