#FD8BDC

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

Shades of Pale Magenta #FD8BDC

Tints of Pale Magenta #FD8BDC

Color information

#FD8BDC (or 0xFD8BDC) is unknown color: approx Pale Magenta. HEX triplet: FD, 8B and DC. RGB value is (253,139,220). Sum of RGB (Red+Green+Blue) = 253+139+220=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8BDC is #027423. Grayscale: #B6B6B6. Windows color (decimal): -160804 or 14453757. OLE color: 14453757.

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

Color convert

RGB253139220-
CMYK00.450.130.01
HSL317.37º96.61%76.86%-
HSV(B)317.37º45.06%99.22%-
XYZ62.6644.5273-
YUV182.32149.27178.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 139 (54.69% from 255) = 22.71%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=41.34%
G=22.71%
B=35.95%

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
Decimal25313922000.450.130.01317.3796.6176.86
HexFD8BDC02DD113d614d
Octal375213334055151475141115
Binary11111101100010111101110001011011101110011110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8BDC; }

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

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

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

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

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

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

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

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