#FC8DA5

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

Shades of Mauvelous #FC8DA5

Tints of Mauvelous #FC8DA5

Color information

#FC8DA5 (or 0xFC8DA5) is unknown color: approx Mauvelous. HEX triplet: FC, 8D and A5. RGB value is (252,141,165). Sum of RGB (Red+Green+Blue) = 252+141+165=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DA5 is #03725A. Grayscale: #B0B0B0. Windows color (decimal): -225883 or 10849788. OLE color: 10849788.

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

Color convert

RGB252141165-
CMYK00.440.350.01
HSL347.03º94.87%77.06%-
HSV(B)347.03º44.05%98.82%-
XYZ56.4642.4640.82-
YUV176.92121.27181.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=45.16%
G=25.27%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214116500.440.350.01347.0394.8777.06
HexFC8DA502C23115b5f4d
Octal374215245054431533137115
Binary1111110010001101101001010101100100011110101101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DA5; }

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

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

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

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

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

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

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

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