Html Css Color HEX #FE8DED Pale Magenta

📋 copy color: '#FE8DED'

red 254 ◦ green 141 ◦ blue 237

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

Shades of Pale Magenta #FE8DED

Tints of Pale Magenta #FE8DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.5%

R = 40.19%
G = 22.31%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE8DED (or 0xFE8DED) is known color: Pale Magenta. HEX triplet: FE, 8D and ED. RGB value is (254,141,237). Sum of RGB (Red+Green+Blue) = 254+141+237=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 141 (55.47% from 255 or 22.31% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DED is #017212. Grayscale: #B9B9B9. Windows color (decimal): -94739 or 15568382. OLE color: 15568382.

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

Color convert

RGB 254 141 237 -
CMYK 0 0.44 0.07 0.00
HSL 309.03º 0.98% 0.77% -
HSV(B) 309.03º 0.44% 1% -
XYZ 65.68 46.24 85.58 -
YUV 185.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 254 141 237 0 0.44 0.07 0.00 309.03 0.98 0.77
Hex FE 8D ED 0 2C 7 0 135 62 4D
Octal 376 215 355 0 54 7 0 465 142 115
Binary 11111110 10001101 11101101 0 101100 111 0 100110101 1100010 1001101

Color Harmonies of #FE8DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DED

Black with #FE8DED

Text Example


Text Example

White with #FE8DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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