Html Css Color HEX #FE8BE5 Pale Magenta

📋 copy color: '#FE8BE5'

red 254 ◦ green 139 ◦ blue 229

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

Shades of Pale Magenta #FE8BE5

Tints of Pale Magenta #FE8BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.35%

 BLUE value IS 229 (89.84% from 255) = 36.82%

R = 40.84%
G = 22.35%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE8BE5 (or 0xFE8BE5) is known color: Pale Magenta. HEX triplet: FE, 8B and E5. RGB value is (254,139,229). Sum of RGB (Red+Green+Blue) = 254+139+229=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BE5 is #01741A. Grayscale: #B7B7B7. Windows color (decimal): -95259 or 15043582. OLE color: 15043582.

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

Color convert

RGB 254 139 229 -
CMYK 0 0.45 0.10 0.00
HSL 313.04º 0.98% 0.77% -
HSV(B) 313.04º 0.45% 1% -
XYZ 64.25 45.19 79.47 -
YUV 183.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 254 139 229 0 0.45 0.10 0.00 313.04 0.98 0.77
Hex FE 8B E5 0 2D A 0 139 62 4D
Octal 376 213 345 0 55 12 0 471 142 115
Binary 11111110 10001011 11100101 0 101101 1010 0 100111001 1100010 1001101

Color Harmonies of #FE8BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BE5

Black with #FE8BE5

Text Example


Text Example

White with #FE8BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BE5; }

 p { color: rgb(254,139,229); }

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

background-color css

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

 a { background-color: rgb(254,139,229); }

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

border-color css

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

 span { border-color: rgb(254,139,229); }

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