Html Css Color HEX #FE83D5 Pale Magenta

📋 copy color: '#FE83D5'

red 254 ◦ green 131 ◦ blue 213

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

Shades of Pale Magenta #FE83D5

Tints of Pale Magenta #FE83D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 42.47%
G = 21.91%
B = 35.62%

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

#FE83D5 (or 0xFE83D5) is known color: Pale Magenta. HEX triplet: FE, 83 and D5. RGB value is (254,131,213). Sum of RGB (Red+Green+Blue) = 254+131+213=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 131 (51.56% from 255 or 21.91% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83D5 is #017C2A. Grayscale: #B0B0B0. Windows color (decimal): -97323 or 13992958. OLE color: 13992958.

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

Color convert

RGB 254 131 213 -
CMYK 0 0.48 0.16 0.00
HSL 320º 0.98% 0.75% -
HSV(B) 320º 0.48% 1% -
XYZ 61 42.11 67.86 -
YUV 177.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 254 131 213 0 0.48 0.16 0.00 320 0.98 0.75
Hex FE 83 D5 0 30 10 0 140 62 4B
Octal 376 203 325 0 60 20 0 500 142 113
Binary 11111110 10000011 11010101 0 110000 10000 0 101000000 1100010 1001011

Color Harmonies of #FE83D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83D5

Black with #FE83D5

Text Example


Text Example

White with #FE83D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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