#FE6CE3

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

Shades of Pale Magenta #FE6CE3

Tints of Pale Magenta #FE6CE3

Color information

#FE6CE3 (or 0xFE6CE3) is unknown color: approx Pale Magenta. HEX triplet: FE, 6C and E3. RGB value is (254,108,227). Sum of RGB (Red+Green+Blue) = 254+108+227=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CE3 is #01931C. Grayscale: #A4A4A4. Windows color (decimal): -103197 or 14904574. OLE color: 14904574.

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

Color convert

RGB254108227-
CMYK00.570.110.00
HSL311.1º98.65%70.98%-
HSV(B)311.1º57.48%99.61%-
XYZ60.137.3476.71-
YUV165.22162.87191.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 108 (42.58% from 255) = 18.34%
BLUE value IS 227 (89.06% from 255) = 38.54%
R=43.12%
G=18.34%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410822700.570.110.00311.198.6570.98
HexFE6CE3039B01376347
Octal376154343071130467143107
Binary1111111011011001110001101110011011010011011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6CE3; }

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

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

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

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

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

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

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

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