#FD7FDA

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

Shades of Pale Magenta #FD7FDA

Tints of Pale Magenta #FD7FDA

Color information

#FD7FDA (or 0xFD7FDA) is unknown color: approx Pale Magenta. HEX triplet: FD, 7F and DA. RGB value is (253,127,218). Sum of RGB (Red+Green+Blue) = 253+127+218=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FDA is #028025. Grayscale: #AEAEAE. Windows color (decimal): -163878 or 14319613. OLE color: 14319613.

HSL color Cylindrical-coordinate representation of color #FD7FDA: hue angle of 316.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FDA is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253127218-
CMYK00.500.140.01
HSL316.67º96.92%74.51%-
HSV(B)316.67º49.8%99.22%-
XYZ60.7541.1271.07-
YUV175.05152.24183.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 127 (50% from 255) = 21.24%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=42.31%
G=21.24%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312721800.500.140.01316.6796.9274.51
HexFD7FDA032E113d614b
Octal375177332062161475141113
Binary1111110111111111101101001100101110110011110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7FDA; }

 p { color: rgb(253,127,218); }

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

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

 a { background-color: rgb(253,127,218); }

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

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

 span { border-color: rgb(253,127,218); }

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