Html Css Color HEX #FE8DF4 Pale Magenta

📋 copy color: '#FE8DF4'

red 254 ◦ green 141 ◦ blue 244

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

Shades of Pale Magenta #FE8DF4

Tints of Pale Magenta #FE8DF4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.07%

 BLUE value IS 244 (95.7% from 255) = 38.18%

R = 39.75%
G = 22.07%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE8DF4 (or 0xFE8DF4) is known color: Pale Magenta. HEX triplet: FE, 8D and F4. RGB value is (254,141,244). Sum of RGB (Red+Green+Blue) = 254+141+244=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 141 (55.47% from 255 or 22.07% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DF4 is #01720B. Grayscale: #BABABA. Windows color (decimal): -94732 or 16027134. OLE color: 16027134.

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

Color convert

RGB 254 141 244 -
CMYK 0 0.44 0.04 0.00
HSL 305.31º 0.98% 0.77% -
HSV(B) 305.31º 0.44% 1% -
XYZ 66.73 46.65 91.08 -
YUV 186.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 254 141 244 0 0.44 0.04 0.00 305.31 0.98 0.77
Hex FE 8D F4 0 2C 4 0 131 62 4D
Octal 376 215 364 0 54 4 0 461 142 115
Binary 11111110 10001101 11110100 0 101100 100 0 100110001 1100010 1001101

Color Harmonies of #FE8DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DF4

Black with #FE8DF4

Text Example


Text Example

White with #FE8DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DF4; }

 p { color: rgb(254,141,244); }

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

background-color css

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

 a { background-color: rgb(254,141,244); }

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

border-color css

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

 span { border-color: rgb(254,141,244); }

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