Html Css Color HEX #FE83EC Pale Magenta

📋 copy color: '#FE83EC'

red 254 ◦ green 131 ◦ blue 236

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

Shades of Pale Magenta #FE83EC

Tints of Pale Magenta #FE83EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.1%

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

R = 40.9%
G = 21.1%
B = 38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE83EC (or 0xFE83EC) is known color: Pale Magenta. HEX triplet: FE, 83 and EC. RGB value is (254,131,236). Sum of RGB (Red+Green+Blue) = 254+131+236=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 131 (51.56% from 255 or 21.10% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE83EC is #017C13. Grayscale: #B3B3B3. Windows color (decimal): -97300 or 15500286. OLE color: 15500286.

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

Color convert

RGB 254 131 236 -
CMYK 0 0.48 0.07 0.00
HSL 308.78º 0.98% 0.75% -
HSV(B) 308.78º 0.48% 1% -
XYZ 64.13 43.36 84.35 -
YUV 179.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 254 131 236 0 0.48 0.07 0.00 308.78 0.98 0.75
Hex FE 83 EC 0 30 7 0 135 62 4B
Octal 376 203 354 0 60 7 0 465 142 113
Binary 11111110 10000011 11101100 0 110000 111 0 100110101 1100010 1001011

Color Harmonies of #FE83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83EC

Black with #FE83EC

Text Example


Text Example

White with #FE83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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