#FD81DC

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

Shades of Pale Magenta #FD81DC

Tints of Pale Magenta #FD81DC

Color information

#FD81DC (or 0xFD81DC) is unknown color: approx Pale Magenta. HEX triplet: FD, 81 and DC. RGB value is (253,129,220). Sum of RGB (Red+Green+Blue) = 253+129+220=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81DC is #027E23. Grayscale: #B0B0B0. Windows color (decimal): -163364 or 14451197. OLE color: 14451197.

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

Color convert

RGB253129220-
CMYK00.490.130.01
HSL315.97º96.88%74.9%-
HSV(B)315.97º49.01%99.22%-
XYZ61.2841.7572.54-
YUV176.45152.58182.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=42.03%
G=21.43%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312922000.490.130.01315.9796.8874.9
HexFD81DC031D113c614b
Octal375201334061151474141113
Binary11111101100000011101110001100011101110011110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81DC; }

 p { color: rgb(253,129,220); }

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

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

 a { background-color: rgb(253,129,220); }

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

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

 span { border-color: rgb(253,129,220); }

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