#FD8CDF

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

Shades of Pale Magenta #FD8CDF

Tints of Pale Magenta #FD8CDF

Color information

#FD8CDF (or 0xFD8CDF) is unknown color: approx Pale Magenta. HEX triplet: FD, 8C and DF. RGB value is (253,140,223). Sum of RGB (Red+Green+Blue) = 253+140+223=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CDF is #027320. Grayscale: #B7B7B7. Windows color (decimal): -160545 or 14650621. OLE color: 14650621.

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

Color convert

RGB253140223-
CMYK00.450.120.01
HSL315.93º96.58%77.06%-
HSV(B)315.93º44.66%99.22%-
XYZ63.2144.9775.16-
YUV183.25150.44177.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 140 (55.08% from 255) = 22.73%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=41.07%
G=22.73%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314022300.450.120.01315.9396.5877.06
HexFD8CDF02DC113c614d
Octal375214337055141474141115
Binary11111101100011001101111101011011100110011110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CDF; }

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

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

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

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

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

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

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

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