#FE7DDD

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

Shades of Pale Magenta #FE7DDD

Tints of Pale Magenta #FE7DDD

Color information

#FE7DDD (or 0xFE7DDD) is unknown color: approx Pale Magenta. HEX triplet: FE, 7D and DD. RGB value is (254,125,221). Sum of RGB (Red+Green+Blue) = 254+125+221=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDD is #018222. Grayscale: #AEAEAE. Windows color (decimal): -98851 or 14515710. OLE color: 14515710.

HSL color Cylindrical-coordinate representation of color #FE7DDD: hue angle of 315.35º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DDD is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254125221-
CMYK00.510.130.00
HSL315.35º98.47%74.31%-
HSV(B)315.35º50.79%99.61%-
XYZ61.2640.9673.08-
YUV174.52154.24184.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 125 (49.22% from 255) = 20.83%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=42.33%
G=20.83%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412522100.510.130.00315.3598.4774.31
HexFE7DDD033D013b624a
Octal376175335063150473142112
Binary1111111011111011101110101100111101010011101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DDD; }

 p { color: rgb(254,125,221); }

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

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

 a { background-color: rgb(254,125,221); }

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

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

 span { border-color: rgb(254,125,221); }

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