#FC8FA5

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

Shades of Mauvelous #FC8FA5

Tints of Mauvelous #FC8FA5

Color information

#FC8FA5 (or 0xFC8FA5) is unknown color: approx Mauvelous. HEX triplet: FC, 8F and A5. RGB value is (252,143,165). Sum of RGB (Red+Green+Blue) = 252+143+165=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FA5 is #03705A. Grayscale: #B2B2B2. Windows color (decimal): -225371 or 10850300. OLE color: 10850300.

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

Color convert

RGB252143165-
CMYK00.430.350.01
HSL347.89º94.78%77.45%-
HSV(B)347.89º43.25%98.82%-
XYZ56.7643.0640.92-
YUV178.1120.61180.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=45%
G=25.54%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214316500.430.350.01347.8994.7877.45
HexFC8FA502B23115c5f4d
Octal374217245053431534137115
Binary1111110010001111101001010101011100011110101110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FA5; }

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

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

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

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

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

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

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

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