#FE83D7

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

Shades of Pale Magenta #FE83D7

Tints of Pale Magenta #FE83D7

Color information

#FE83D7 (or 0xFE83D7) is unknown color: approx Pale Magenta. HEX triplet: FE, 83 and D7. RGB value is (254,131,215). Sum of RGB (Red+Green+Blue) = 254+131+215=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 131 (51.56% from 255 or 21.83% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83D7 is #017C28. Grayscale: #B1B1B1. Windows color (decimal): -97321 or 14124030. OLE color: 14124030.

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

Color convert

RGB254131215-
CMYK00.480.150.00
HSL319.02º98.4%75.49%-
HSV(B)319.02º48.43%99.61%-
XYZ61.2642.2169.21-
YUV177.35149.25182.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 131 (51.56% from 255) = 21.83%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=42.33%
G=21.83%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413121500.480.150.00319.0298.475.49
HexFE83D7030F013f624b
Octal376203327060170477142113
Binary11111110100000111101011101100001111010011111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE83D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE83D7; }

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

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

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

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

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

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

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

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