Html Css Color HEX #FE83D6 Pale Magenta

📋 copy color: '#FE83D6'

red 254 ◦ green 131 ◦ blue 214

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

Shades of Pale Magenta #FE83D6

Tints of Pale Magenta #FE83D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 42.4%
G = 21.87%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE83D6 (or 0xFE83D6) is known color: Pale Magenta. HEX triplet: FE, 83 and D6. RGB value is (254,131,214). Sum of RGB (Red+Green+Blue) = 254+131+214=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 131 (51.56% from 255 or 21.87% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83D6 is #017C29. Grayscale: #B1B1B1. Windows color (decimal): -97322 or 14058494. OLE color: 14058494.

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

Color convert

RGB 254 131 214 -
CMYK 0 0.48 0.16 0.00
HSL 319.51º 0.98% 0.75% -
HSV(B) 319.51º 0.48% 1% -
XYZ 61.13 42.16 68.53 -
YUV 177.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 254 131 214 0 0.48 0.16 0.00 319.51 0.98 0.75
Hex FE 83 D6 0 30 10 0 140 62 4B
Octal 376 203 326 0 60 20 0 500 142 113
Binary 11111110 10000011 11010110 0 110000 10000 0 101000000 1100010 1001011

Color Harmonies of #FE83D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83D6

Black with #FE83D6

Text Example


Text Example

White with #FE83D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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