Html Css Color HEX #FE83DF Pale Magenta

📋 copy color: '#FE83DF'

red 254 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #FE83DF

Tints of Pale Magenta #FE83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 41.78%
G = 21.55%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE83DF (or 0xFE83DF) is known color: Pale Magenta. HEX triplet: FE, 83 and DF. RGB value is (254,131,223). Sum of RGB (Red+Green+Blue) = 254+131+223=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 131 (51.56% from 255 or 21.55% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83DF is #017C20. Grayscale: #B2B2B2. Windows color (decimal): -97313 or 14648318. OLE color: 14648318.

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

Color convert

RGB 254 131 223 -
CMYK 0 0.48 0.12 0.00
HSL 315.12º 0.98% 0.75% -
HSV(B) 315.12º 0.48% 1% -
XYZ 62.31 42.63 74.76 -
YUV 178.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 254 131 223 0 0.48 0.12 0.00 315.12 0.98 0.75
Hex FE 83 DF 0 30 C 0 13B 62 4B
Octal 376 203 337 0 60 14 0 473 142 113
Binary 11111110 10000011 11011111 0 110000 1100 0 100111011 1100010 1001011

Color Harmonies of #FE83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83DF

Black with #FE83DF

Text Example


Text Example

White with #FE83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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