#FC8AD9

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

Shades of Pale Magenta #FC8AD9

Tints of Pale Magenta #FC8AD9

Color information

#FC8AD9 (or 0xFC8AD9) is unknown color: approx Pale Magenta. HEX triplet: FC, 8A and D9. RGB value is (252,138,217). Sum of RGB (Red+Green+Blue) = 252+138+217=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AD9 is #037526. Grayscale: #B4B4B4. Windows color (decimal): -226599 or 14256892. OLE color: 14256892.

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

Color convert

RGB252138217-
CMYK00.450.140.01
HSL318.42º95%76.47%-
HSV(B)318.42º45.24%98.82%-
XYZ61.7643.8870.86-
YUV181.09148.27178.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 138 (54.30% from 255) = 22.73%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=41.52%
G=22.73%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213821700.450.140.01318.429576.47
HexFC8AD902DE113e5f4c
Octal374212331055161476137114
Binary11111100100010101101100101011011110110011111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AD9; }

 p { color: rgb(252,138,217); }

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

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

 a { background-color: rgb(252,138,217); }

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

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

 span { border-color: rgb(252,138,217); }

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