#FC8DDA

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

Shades of Pale Magenta #FC8DDA

Tints of Pale Magenta #FC8DDA

Color information

#FC8DDA (or 0xFC8DDA) is unknown color: approx Pale Magenta. HEX triplet: FC, 8D and DA. RGB value is (252,141,218). Sum of RGB (Red+Green+Blue) = 252+141+218=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DDA is #037225. Grayscale: #B6B6B6. Windows color (decimal): -225830 or 14323196. OLE color: 14323196.

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

Color convert

RGB252141218-
CMYK00.440.130.01
HSL318.38º94.87%77.06%-
HSV(B)318.38º44.05%98.82%-
XYZ62.3244.8171.69-
YUV182.97147.77177.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 141 (55.47% from 255) = 23.08%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=41.24%
G=23.08%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214121800.440.130.01318.3894.8777.06
HexFC8DDA02CD113e5f4d
Octal374215332054151476137115
Binary11111100100011011101101001011001101110011111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DDA; }

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

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

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

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

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

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

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

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