Html Css Color HEX #FE7FEC Pale Magenta

📋 copy color: '#FE7FEC'

red 254 ◦ green 127 ◦ blue 236

#FE7FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FE7FEC

Tints of Pale Magenta #FE7FEC

RGB

 RED value IS 254 (99.61% from 255) = 41.17%

 GREEN value IS 127 (50% from 255) = 20.58%

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 41.17%
G = 20.58%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE7FEC (or 0xFE7FEC) is known color: Pale Magenta. HEX triplet: FE, 7F and EC. RGB value is (254,127,236). Sum of RGB (Red+Green+Blue) = 254+127+236=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FEC is #018013. Grayscale: #B1B1B1. Windows color (decimal): -98324 or 15499262. OLE color: 15499262.

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

Color convert

RGB 254 127 236 -
CMYK 0 0.50 0.07 0.00
HSL 308.5º 0.98% 0.75% -
HSV(B) 308.5º 0.5% 1% -
XYZ 63.6 42.31 84.17 -
YUV 177.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 254 127 236 0 0.50 0.07 0.00 308.5 0.98 0.75
Hex FE 7F EC 0 32 7 0 135 62 4B
Octal 376 177 354 0 62 7 0 465 142 113
Binary 11111110 1111111 11101100 0 110010 111 0 100110101 1100010 1001011

Color Harmonies of #FE7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FEC

Black with #FE7FEC

Text Example


Text Example

White with #FE7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FEC; }

 p { color: rgb(254,127,236); }

 H1.HeaderClassName
 {
   color: #FE7FEC;
 }
 .AnyTagClassName
 {
   color: #FE7FEC;
 }
</style>

background-color css

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

 a { background-color: rgb(254,127,236); }

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

border-color css

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

 span { border-color: rgb(254,127,236); }

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