Html Css Color HEX #FE81EF Pale Magenta

📋 copy color: '#FE81EF'

red 254 ◦ green 129 ◦ blue 239

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

Shades of Pale Magenta #FE81EF

Tints of Pale Magenta #FE81EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.74%

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 40.84%
G = 20.74%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE81EF (or 0xFE81EF) is known color: Pale Magenta. HEX triplet: FE, 81 and EF. RGB value is (254,129,239). Sum of RGB (Red+Green+Blue) = 254+129+239=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81EF is #017E10. Grayscale: #B2B2B2. Windows color (decimal): -97809 or 15696382. OLE color: 15696382.

HSL color Cylindrical-coordinate representation of color #FE81EF: hue angle of 307.2º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE81EF is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 129 239 -
CMYK 0 0.49 0.06 0.00
HSL 307.2º 0.98% 0.75% -
HSV(B) 307.2º 0.49% 1% -
XYZ 64.3 43 86.57 -
YUV 178.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 254 129 239 0 0.49 0.06 0.00 307.2 0.98 0.75
Hex FE 81 EF 0 31 6 0 133 62 4B
Octal 376 201 357 0 61 6 0 463 142 113
Binary 11111110 10000001 11101111 0 110001 110 0 100110011 1100010 1001011

Color Harmonies of #FE81EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81EF

Black with #FE81EF

Text Example


Text Example

White with #FE81EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81EF; }

 p { color: rgb(254,129,239); }

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

background-color css

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

 a { background-color: rgb(254,129,239); }

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

border-color css

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

 span { border-color: rgb(254,129,239); }

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