#FC94AD

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

Shades of Mauvelous #FC94AD

Tints of Mauvelous #FC94AD

Color information

#FC94AD (or 0xFC94AD) is unknown color: approx Mauvelous. HEX triplet: FC, 94 and AD. RGB value is (252,148,173). Sum of RGB (Red+Green+Blue) = 252+148+173=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC94AD is #036B52. Grayscale: #B5B5B5. Windows color (decimal): -224083 or 11375868. OLE color: 11375868.

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

Color convert

RGB252148173-
CMYK00.410.310.01
HSL345.58º94.55%78.43%-
HSV(B)345.58º41.27%98.82%-
XYZ58.2844.8945.13-
YUV181.95122.96177.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=43.98%
G=25.83%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214817300.410.310.01345.5894.5578.43
HexFC94AD0291F115a5f4e
Octal374224255051371532137116
Binary111111001001010010101101010100111111110101101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94AD; }

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

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

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

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

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

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

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

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