#FD81E7

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

Shades of Pale Magenta #FD81E7

Tints of Pale Magenta #FD81E7

Color information

#FD81E7 (or 0xFD81E7) is unknown color: approx Pale Magenta. HEX triplet: FD, 81 and E7. RGB value is (253,129,231). Sum of RGB (Red+Green+Blue) = 253+129+231=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD81E7 is #027E18. Grayscale: #B1B1B1. Windows color (decimal): -163353 or 15172093. OLE color: 15172093.

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

Color convert

RGB253129231-
CMYK00.490.090.01
HSL310.65º96.88%74.9%-
HSV(B)310.65º49.01%99.22%-
XYZ62.7842.3580.47-
YUV177.7158.08181.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 129 (50.78% from 255) = 21.04%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=41.27%
G=21.04%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312923100.490.090.01310.6596.8874.9
HexFD81E703191137614b
Octal375201347061111467141113
Binary11111101100000011110011101100011001110011011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81E7; }

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

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

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

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

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

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

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

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