Html Css Color HEX #FE87D9 Pale Magenta

📋 copy color: '#FE87D9'

red 254 ◦ green 135 ◦ blue 217

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

Shades of Pale Magenta #FE87D9

Tints of Pale Magenta #FE87D9

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.28%

 BLUE value IS 217 (85.16% from 255) = 35.81%

R = 41.91%
G = 22.28%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE87D9 (or 0xFE87D9) is known color: Pale Magenta. HEX triplet: FE, 87 and D9. RGB value is (254,135,217). Sum of RGB (Red+Green+Blue) = 254+135+217=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 135 (53.12% from 255 or 22.28% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87D9 is #017826. Grayscale: #B3B3B3. Windows color (decimal): -96295 or 14256126. OLE color: 14256126.

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

Color convert

RGB 254 135 217 -
CMYK 0 0.47 0.15 0.00
HSL 318.66º 0.98% 0.76% -
HSV(B) 318.66º 0.47% 1% -
XYZ 62.06 43.41 70.75 -
YUV 179.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 254 135 217 0 0.47 0.15 0.00 318.66 0.98 0.76
Hex FE 87 D9 0 2F F 0 13F 62 4C
Octal 376 207 331 0 57 17 0 477 142 114
Binary 11111110 10000111 11011001 0 101111 1111 0 100111111 1100010 1001100

Color Harmonies of #FE87D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE87D9

Black with #FE87D9

Text Example


Text Example

White with #FE87D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE87D9; }

 p { color: rgb(254,135,217); }

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

background-color css

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

 a { background-color: rgb(254,135,217); }

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

border-color css

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

 span { border-color: rgb(254,135,217); }

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