Html Css Color HEX #FE8DEE Pale Magenta

📋 copy color: '#FE8DEE'

red 254 ◦ green 141 ◦ blue 238

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

Shades of Pale Magenta #FE8DEE

Tints of Pale Magenta #FE8DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 40.13%
G = 22.27%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE8DEE (or 0xFE8DEE) is known color: Pale Magenta. HEX triplet: FE, 8D and EE. RGB value is (254,141,238). Sum of RGB (Red+Green+Blue) = 254+141+238=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 141 (55.47% from 255 or 22.27% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DEE is #017211. Grayscale: #B9B9B9. Windows color (decimal): -94738 or 15633918. OLE color: 15633918.

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

Color convert

RGB 254 141 238 -
CMYK 0 0.44 0.06 0.00
HSL 308.5º 0.98% 0.77% -
HSV(B) 308.5º 0.44% 1% -
XYZ 65.83 46.29 86.35 -
YUV 185.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 254 141 238 0 0.44 0.06 0.00 308.5 0.98 0.77
Hex FE 8D EE 0 2C 6 0 134 62 4D
Octal 376 215 356 0 54 6 0 464 142 115
Binary 11111110 10001101 11101110 0 101100 110 0 100110100 1100010 1001101

Color Harmonies of #FE8DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DEE

Black with #FE8DEE

Text Example


Text Example

White with #FE8DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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