#FD81ED

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

Shades of Pale Magenta #FD81ED

Tints of Pale Magenta #FD81ED

Color information

#FD81ED (or 0xFD81ED) is unknown color: approx Pale Magenta. HEX triplet: FD, 81 and ED. RGB value is (253,129,237). Sum of RGB (Red+Green+Blue) = 253+129+237=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD81ED is #027E12. Grayscale: #B2B2B2. Windows color (decimal): -163347 or 15565309. OLE color: 15565309.

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

Color convert

RGB253129237-
CMYK00.490.060.01
HSL307.74º96.88%74.9%-
HSV(B)307.74º49.01%99.22%-
XYZ63.6442.785.01-
YUV178.39161.08181.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 129 (50.78% from 255) = 20.84%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=40.87%
G=20.84%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312923700.490.060.01307.7496.8874.9
HexFD81ED03161134614b
Octal37520135506161464141113
Binary1111110110000001111011010110001110110011010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81ED; }

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

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

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

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

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

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

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

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