#FE7EEB

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

Shades of Pale Magenta #FE7EEB

Tints of Pale Magenta #FE7EEB

Color information

#FE7EEB (or 0xFE7EEB) is unknown color: approx Pale Magenta. HEX triplet: FE, 7E and EB. RGB value is (254,126,235). Sum of RGB (Red+Green+Blue) = 254+126+235=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 126 (49.61% from 255 or 20.49% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7EEB is #018114. Grayscale: #B0B0B0. Windows color (decimal): -98581 or 15433470. OLE color: 15433470.

HSL color Cylindrical-coordinate representation of color #FE7EEB: hue angle of 308.91º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7EEB is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254126235-
CMYK00.500.070.00
HSL308.91º98.46%74.51%-
HSV(B)308.91º50.39%99.61%-
XYZ63.3341.9983.36-
YUV176.7160.91183.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 126 (49.61% from 255) = 20.49%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=41.30%
G=20.49%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412623500.500.070.00308.9198.4674.51
HexFE7EEB03270135624b
Octal37617635306270465142113
Binary111111101111110111010110110010111010011010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7EEB; }

 p { color: rgb(254,126,235); }

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

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

 a { background-color: rgb(254,126,235); }

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

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

 span { border-color: rgb(254,126,235); }

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