#FE8CE9

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

Shades of Pale Magenta #FE8CE9

Tints of Pale Magenta #FE8CE9

Color information

#FE8CE9 (or 0xFE8CE9) is unknown color: approx Pale Magenta. HEX triplet: FE, 8C and E9. RGB value is (254,140,233). Sum of RGB (Red+Green+Blue) = 254+140+233=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CE9 is #017316. Grayscale: #B8B8B8. Windows color (decimal): -94999 or 15305982. OLE color: 15305982.

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

Color convert

RGB254140233-
CMYK00.450.080.00
HSL311.05º98.28%77.25%-
HSV(B)311.05º44.88%99.61%-
XYZ64.9645.7182.49-
YUV184.69155.27177.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 140 (55.08% from 255) = 22.33%
BLUE value IS 233 (91.41% from 255) = 37.16%
R=40.51%
G=22.33%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414023300.450.080.00311.0598.2877.25
HexFE8CE902D80137624d
Octal376214351055100467142115
Binary11111110100011001110100101011011000010011011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8CE9; }

 p { color: rgb(254,140,233); }

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

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

 a { background-color: rgb(254,140,233); }

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

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

 span { border-color: rgb(254,140,233); }

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