Html Css Color HEX #FE83EE Pale Magenta

📋 copy color: '#FE83EE'

red 254 ◦ green 131 ◦ blue 238

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

Shades of Pale Magenta #FE83EE

Tints of Pale Magenta #FE83EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 40.77%
G = 21.03%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE83EE (or 0xFE83EE) is known color: Pale Magenta. HEX triplet: FE, 83 and EE. RGB value is (254,131,238). Sum of RGB (Red+Green+Blue) = 254+131+238=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 131 (51.56% from 255 or 21.03% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE83EE is #017C11. Grayscale: #B3B3B3. Windows color (decimal): -97298 or 15631358. OLE color: 15631358.

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

Color convert

RGB 254 131 238 -
CMYK 0 0.48 0.06 0.00
HSL 307.8º 0.98% 0.75% -
HSV(B) 307.8º 0.48% 1% -
XYZ 64.42 43.48 85.89 -
YUV 179.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 254 131 238 0 0.48 0.06 0.00 307.8 0.98 0.75
Hex FE 83 EE 0 30 6 0 134 62 4B
Octal 376 203 356 0 60 6 0 464 142 113
Binary 11111110 10000011 11101110 0 110000 110 0 100110100 1100010 1001011

Color Harmonies of #FE83EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83EE

Black with #FE83EE

Text Example


Text Example

White with #FE83EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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