#FD8AD6

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

Shades of Pale Magenta #FD8AD6

Tints of Pale Magenta #FD8AD6

Color information

#FD8AD6 (or 0xFD8AD6) is unknown color: approx Pale Magenta. HEX triplet: FD, 8A and D6. RGB value is (253,138,214). Sum of RGB (Red+Green+Blue) = 253+138+214=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8AD6 is #027529. Grayscale: #B4B4B4. Windows color (decimal): -161066 or 14060285. OLE color: 14060285.

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

Color convert

RGB253138214-
CMYK00.450.150.01
HSL320.35º96.64%76.67%-
HSV(B)320.35º45.45%99.22%-
XYZ61.7343.9168.84-
YUV181.05146.6179.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 138 (54.30% from 255) = 22.81%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=41.82%
G=22.81%
B=35.37%

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
Decimal25313821400.450.150.01320.3596.6476.67
HexFD8AD602DF1140614d
Octal375212326055171500141115
Binary11111101100010101101011001011011111110100000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8AD6; }

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

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

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

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

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

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

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

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