#FE68E0

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

Shades of Pale Magenta #FE68E0

Tints of Pale Magenta #FE68E0

Color information

#FE68E0 (or 0xFE68E0) is unknown color: approx Pale Magenta. HEX triplet: FE, 68 and E0. RGB value is (254,104,224). Sum of RGB (Red+Green+Blue) = 254+104+224=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68E0 is #01971F. Grayscale: #A2A2A2. Windows color (decimal): -104224 or 14706942. OLE color: 14706942.

HSL color Cylindrical-coordinate representation of color #FE68E0: hue angle of 312º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE68E0 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254104224-
CMYK00.590.120.00
HSL312º98.68%70.2%-
HSV(B)312º59.06%99.61%-
XYZ59.2836.3574.41-
YUV162.53162.7193.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 104 (41.02% from 255) = 17.87%
BLUE value IS 224 (87.89% from 255) = 38.49%
R=43.64%
G=17.87%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410422400.590.120.0031298.6870.2
HexFE68E003BC01386346
Octal376150340073140470143106
Binary1111111011010001110000001110111100010011100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE68E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE68E0; }

 p { color: rgb(254,104,224); }

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

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

 a { background-color: rgb(254,104,224); }

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

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

 span { border-color: rgb(254,104,224); }

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