#FE83E3

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

Shades of Pale Magenta #FE83E3

Tints of Pale Magenta #FE83E3

Color information

#FE83E3 (or 0xFE83E3) is unknown color: approx Pale Magenta. HEX triplet: FE, 83 and E3. RGB value is (254,131,227). Sum of RGB (Red+Green+Blue) = 254+131+227=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 131 (51.56% from 255 or 21.41% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83E3 is #017C1C. Grayscale: #B2B2B2. Windows color (decimal): -97309 or 14910462. OLE color: 14910462.

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

Color convert

RGB254131227-
CMYK00.480.110.00
HSL313.17º98.4%75.49%-
HSV(B)313.17º48.43%99.61%-
XYZ62.8542.8577.63-
YUV178.72155.25181.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 131 (51.56% from 255) = 21.41%
BLUE value IS 227 (89.06% from 255) = 37.09%
R=41.50%
G=21.41%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413122700.480.110.00313.1798.475.49
HexFE83E3030B0139624b
Octal376203343060130471142113
Binary11111110100000111110001101100001011010011100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE83E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE83E3; }

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

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

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

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

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

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

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

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