#FE8BD7

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

Shades of Pale Magenta #FE8BD7

Tints of Pale Magenta #FE8BD7

Color information

#FE8BD7 (or 0xFE8BD7) is unknown color: approx Pale Magenta. HEX triplet: FE, 8B and D7. RGB value is (254,139,215). Sum of RGB (Red+Green+Blue) = 254+139+215=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BD7 is #017428. Grayscale: #B5B5B5. Windows color (decimal): -95273 or 14126078. OLE color: 14126078.

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

Color convert

RGB254139215-
CMYK00.450.150.00
HSL320.35º98.29%77.06%-
HSV(B)320.35º45.28%99.61%-
XYZ62.3744.4469.58-
YUV182.05146.6179.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 139 (54.69% from 255) = 22.86%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=41.78%
G=22.86%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413921500.450.150.00320.3598.2977.06
HexFE8BD702DF0140624d
Octal376213327055170500142115
Binary11111110100010111101011101011011111010100000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8BD7; }

 p { color: rgb(254,139,215); }

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

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

 a { background-color: rgb(254,139,215); }

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

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

 span { border-color: rgb(254,139,215); }

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