#FE6CE4

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

Shades of Pale Magenta #FE6CE4

Tints of Pale Magenta #FE6CE4

Color information

#FE6CE4 (or 0xFE6CE4) is unknown color: approx Pale Magenta. HEX triplet: FE, 6C and E4. RGB value is (254,108,228). Sum of RGB (Red+Green+Blue) = 254+108+228=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CE4 is #01931B. Grayscale: #A5A5A5. Windows color (decimal): -103196 or 14970110. OLE color: 14970110.

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

Color convert

RGB254108228-
CMYK00.570.100.00
HSL310.68º98.65%70.98%-
HSV(B)310.68º57.48%99.61%-
XYZ60.2437.477.44-
YUV165.33163.37191.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 108 (42.58% from 255) = 18.31%
BLUE value IS 228 (89.45% from 255) = 38.64%
R=43.05%
G=18.31%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410822800.570.100.00310.6898.6570.98
HexFE6CE4039A01376347
Octal376154344071120467143107
Binary1111111011011001110010001110011010010011011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6CE4; }

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

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

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

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

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

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

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

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