Html Css Color HEX #FE8DF6 Pale Magenta

📋 copy color: '#FE8DF6'

red 254 ◦ green 141 ◦ blue 246

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

Shades of Pale Magenta #FE8DF6

Tints of Pale Magenta #FE8DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.38%

R = 39.63%
G = 22%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE8DF6 (or 0xFE8DF6) is known color: Pale Magenta. HEX triplet: FE, 8D and F6. RGB value is (254,141,246). Sum of RGB (Red+Green+Blue) = 254+141+246=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 141 (55.47% from 255 or 22.00% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DF6 is #017209. Grayscale: #BABABA. Windows color (decimal): -94730 or 16158206. OLE color: 16158206.

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

Color convert

RGB 254 141 246 -
CMYK 0 0.44 0.03 0.00
HSL 304.25º 0.98% 0.77% -
HSV(B) 304.25º 0.44% 1% -
XYZ 67.03 46.77 92.68 -
YUV 186.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 254 141 246 0 0.44 0.03 0.00 304.25 0.98 0.77
Hex FE 8D F6 0 2C 3 0 130 62 4D
Octal 376 215 366 0 54 3 0 460 142 115
Binary 11111110 10001101 11110110 0 101100 11 0 100110000 1100010 1001101

Color Harmonies of #FE8DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DF6

Black with #FE8DF6

Text Example


Text Example

White with #FE8DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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