#FC8FDD

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

Shades of Pale Magenta #FC8FDD

Tints of Pale Magenta #FC8FDD

Color information

#FC8FDD (or 0xFC8FDD) is unknown color: approx Pale Magenta. HEX triplet: FC, 8F and DD. RGB value is (252,143,221). Sum of RGB (Red+Green+Blue) = 252+143+221=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FDD is #037022. Grayscale: #B8B8B8. Windows color (decimal): -225315 or 14520316. OLE color: 14520316.

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

Color convert

RGB252143221-
CMYK00.430.120.01
HSL317.06º94.78%77.45%-
HSV(B)317.06º43.25%98.82%-
XYZ63.0245.5673.88-
YUV184.48148.61176.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 143 (56.25% from 255) = 23.21%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=40.91%
G=23.21%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214322100.430.120.01317.0694.7877.45
HexFC8FDD02BC113d5f4d
Octal374217335053141475137115
Binary11111100100011111101110101010111100110011110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FDD; }

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

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

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

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

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

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

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

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