#FD8AD8

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

Shades of Pale Magenta #FD8AD8

Tints of Pale Magenta #FD8AD8

Color information

#FD8AD8 (or 0xFD8AD8) is unknown color: approx Pale Magenta. HEX triplet: FD, 8A and D8. RGB value is (253,138,216). Sum of RGB (Red+Green+Blue) = 253+138+216=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8AD8 is #027527. Grayscale: #B5B5B5. Windows color (decimal): -161064 or 14191357. OLE color: 14191357.

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

Color convert

RGB253138216-
CMYK00.450.150.01
HSL319.3º96.64%76.67%-
HSV(B)319.3º45.45%99.22%-
XYZ61.9944.0270.19-
YUV181.28147.6179.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 138 (54.30% from 255) = 22.73%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=41.68%
G=22.73%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313821600.450.150.01319.396.6476.67
HexFD8AD802DF113f614d
Octal375212330055171477141115
Binary11111101100010101101100001011011111110011111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8AD8; }

 p { color: rgb(253,138,216); }

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

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

 a { background-color: rgb(253,138,216); }

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

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

 span { border-color: rgb(253,138,216); }

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