#FD8CD9

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

Shades of Pale Magenta #FD8CD9

Tints of Pale Magenta #FD8CD9

Color information

#FD8CD9 (or 0xFD8CD9) is unknown color: approx Pale Magenta. HEX triplet: FD, 8C and D9. RGB value is (253,140,217). Sum of RGB (Red+Green+Blue) = 253+140+217=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CD9 is #027326. Grayscale: #B6B6B6. Windows color (decimal): -160551 or 14257405. OLE color: 14257405.

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

Color convert

RGB253140217-
CMYK00.450.140.01
HSL319.12º96.58%77.06%-
HSV(B)319.12º44.66%99.22%-
XYZ62.4144.6570.97-
YUV182.56147.44178.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 140 (55.08% from 255) = 22.95%
BLUE value IS 217 (85.16% from 255) = 35.57%
R=41.48%
G=22.95%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314021700.450.140.01319.1296.5877.06
HexFD8CD902DE113f614d
Octal375214331055161477141115
Binary11111101100011001101100101011011110110011111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CD9; }

 p { color: rgb(253,140,217); }

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

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

 a { background-color: rgb(253,140,217); }

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

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

 span { border-color: rgb(253,140,217); }

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