#FD8DE5

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

Shades of Pale Magenta #FD8DE5

Tints of Pale Magenta #FD8DE5

Color information

#FD8DE5 (or 0xFD8DE5) is unknown color: approx Pale Magenta. HEX triplet: FD, 8D and E5. RGB value is (253,141,229). Sum of RGB (Red+Green+Blue) = 253+141+229=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DE5 is #02721A. Grayscale: #B8B8B8. Windows color (decimal): -160283 or 15044093. OLE color: 15044093.

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

Color convert

RGB253141229-
CMYK00.440.090.01
HSL312.86º96.55%77.25%-
HSV(B)312.86º44.27%99.22%-
XYZ64.1845.5979.55-
YUV184.52153.11176.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 141 (55.47% from 255) = 22.63%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=40.61%
G=22.63%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314122900.440.090.01312.8696.5577.25
HexFD8DE502C91139614d
Octal375215345054111471141115
Binary11111101100011011110010101011001001110011100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8DE5; }

 p { color: rgb(253,141,229); }

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

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

 a { background-color: rgb(253,141,229); }

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

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

 span { border-color: rgb(253,141,229); }

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