#FC89DC

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

Shades of Pale Magenta #FC89DC

Tints of Pale Magenta #FC89DC

Color information

#FC89DC (or 0xFC89DC) is unknown color: approx Pale Magenta. HEX triplet: FC, 89 and DC. RGB value is (252,137,220). Sum of RGB (Red+Green+Blue) = 252+137+220=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 137 (53.91% from 255 or 22.50% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89DC is #037623. Grayscale: #B4B4B4. Windows color (decimal): -226852 or 14453244. OLE color: 14453244.

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

Color convert

RGB252137220-
CMYK00.460.130.01
HSL316.7º95.04%76.27%-
HSV(B)316.7º45.63%98.82%-
XYZ62.0143.7572.89-
YUV180.85150.1178.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 137 (53.91% from 255) = 22.50%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=41.38%
G=22.50%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213722000.460.130.01316.795.0476.27
HexFC89DC02ED113d5f4c
Octal374211334056151475137114
Binary11111100100010011101110001011101101110011110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC89DC; }

 p { color: rgb(252,137,220); }

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

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

 a { background-color: rgb(252,137,220); }

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

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

 span { border-color: rgb(252,137,220); }

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