#FC95AA

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

Shades of Mauvelous #FC95AA

Tints of Mauvelous #FC95AA

Color information

#FC95AA (or 0xFC95AA) is unknown color: approx Mauvelous. HEX triplet: FC, 95 and AA. RGB value is (252,149,170). Sum of RGB (Red+Green+Blue) = 252+149+170=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC95AA is #036A55. Grayscale: #B6B6B6. Windows color (decimal): -223830 or 11179516. OLE color: 11179516.

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

Color convert

RGB252149170-
CMYK00.410.330.01
HSL347.77º94.5%78.63%-
HSV(B)347.77º40.87%98.82%-
XYZ58.1545.0943.67-
YUV182.19121.12177.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=44.13%
G=26.09%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214917000.410.330.01347.7794.578.63
HexFC95AA02921115c5e4f
Octal374225252051411534136117
Binary1111110010010101101010100101001100001110101110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95AA; }

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

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

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

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

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

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

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

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