#FE83D8

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

Shades of Pale Magenta #FE83D8

Tints of Pale Magenta #FE83D8

Color information

#FE83D8 (or 0xFE83D8) is unknown color: approx Pale Magenta. HEX triplet: FE, 83 and D8. RGB value is (254,131,216). Sum of RGB (Red+Green+Blue) = 254+131+216=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 131 (51.56% from 255 or 21.80% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83D8 is #017C27. Grayscale: #B1B1B1. Windows color (decimal): -97320 or 14189566. OLE color: 14189566.

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

Color convert

RGB254131216-
CMYK00.480.150.00
HSL318.54º98.4%75.49%-
HSV(B)318.54º48.43%99.61%-
XYZ61.3842.2669.89-
YUV177.47149.75182.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 131 (51.56% from 255) = 21.80%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=42.26%
G=21.80%
B=35.94%

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
Decimal25413121600.480.150.00318.5498.475.49
HexFE83D8030F013f624b
Octal376203330060170477142113
Binary11111110100000111101100001100001111010011111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE83D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE83D8; }

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

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

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

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

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

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

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

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