#FE7CDD

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

Shades of Pale Magenta #FE7CDD

Tints of Pale Magenta #FE7CDD

Color information

#FE7CDD (or 0xFE7CDD) is unknown color: approx Pale Magenta. HEX triplet: FE, 7C and DD. RGB value is (254,124,221). Sum of RGB (Red+Green+Blue) = 254+124+221=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CDD is #018322. Grayscale: #ADADAD. Windows color (decimal): -99107 or 14515454. OLE color: 14515454.

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

Color convert

RGB254124221-
CMYK00.510.130.00
HSL315.23º98.48%74.12%-
HSV(B)315.23º51.18%99.61%-
XYZ61.1340.7173.04-
YUV173.93154.57185.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 124 (48.83% from 255) = 20.70%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=42.40%
G=20.70%
B=36.89%

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
Decimal25412422100.510.130.00315.2398.4874.12
HexFE7CDD033D013b624a
Octal376174335063150473142112
Binary1111111011111001101110101100111101010011101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7CDD; }

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

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

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

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

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

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

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

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