#FD81E0

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

Shades of Pale Magenta #FD81E0

Tints of Pale Magenta #FD81E0

Color information

#FD81E0 (or 0xFD81E0) is unknown color: approx Pale Magenta. HEX triplet: FD, 81 and E0. RGB value is (253,129,224). Sum of RGB (Red+Green+Blue) = 253+129+224=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81E0 is #027E1F. Grayscale: #B0B0B0. Windows color (decimal): -163360 or 14713341. OLE color: 14713341.

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

Color convert

RGB253129224-
CMYK00.490.110.01
HSL314.03º96.88%74.9%-
HSV(B)314.03º49.01%99.22%-
XYZ61.8141.9675.36-
YUV176.91154.58182.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 129 (50.78% from 255) = 21.29%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=41.75%
G=21.29%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312922400.490.110.01314.0396.8874.9
HexFD81E0031B113a614b
Octal375201340061131472141113
Binary11111101100000011110000001100011011110011101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81E0; }

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

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

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

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

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

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

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

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