#FD8ADC

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

Shades of Pale Magenta #FD8ADC

Tints of Pale Magenta #FD8ADC

Color information

#FD8ADC (or 0xFD8ADC) is unknown color: approx Pale Magenta. HEX triplet: FD, 8A and DC. RGB value is (253,138,220). Sum of RGB (Red+Green+Blue) = 253+138+220=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ADC is #027523. Grayscale: #B5B5B5. Windows color (decimal): -161060 or 14453501. OLE color: 14453501.

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

Color convert

RGB253138220-
CMYK00.450.130.01
HSL317.22º96.64%76.67%-
HSV(B)317.22º45.45%99.22%-
XYZ62.5144.2372.95-
YUV181.73149.6178.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 138 (54.30% from 255) = 22.59%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=41.41%
G=22.59%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313822000.450.130.01317.2296.6476.67
HexFD8ADC02DD113d614d
Octal375212334055151475141115
Binary11111101100010101101110001011011101110011110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8ADC; }

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

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

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

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

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

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

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

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