Html Css Color HEX #FE83E4 Pale Magenta

📋 copy color: '#FE83E4'

red 254 ◦ green 131 ◦ blue 228

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

Shades of Pale Magenta #FE83E4

Tints of Pale Magenta #FE83E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 41.44%
G = 21.37%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE83E4 (or 0xFE83E4) is known color: Pale Magenta. HEX triplet: FE, 83 and E4. RGB value is (254,131,228). Sum of RGB (Red+Green+Blue) = 254+131+228=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 131 (51.56% from 255 or 21.37% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83E4 is #017C1B. Grayscale: #B2B2B2. Windows color (decimal): -97308 or 14975998. OLE color: 14975998.

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

Color convert

RGB 254 131 228 -
CMYK 0 0.48 0.10 0.00
HSL 312.68º 0.98% 0.75% -
HSV(B) 312.68º 0.48% 1% -
XYZ 62.99 42.9 78.36 -
YUV 178.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 254 131 228 0 0.48 0.10 0.00 312.68 0.98 0.75
Hex FE 83 E4 0 30 A 0 139 62 4B
Octal 376 203 344 0 60 12 0 471 142 113
Binary 11111110 10000011 11100100 0 110000 1010 0 100111001 1100010 1001011

Color Harmonies of #FE83E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83E4

Black with #FE83E4

Text Example


Text Example

White with #FE83E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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