Html Css Color HEX #FE8BEA Pale Magenta

📋 copy color: '#FE8BEA'

red 254 ◦ green 139 ◦ blue 234

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

Shades of Pale Magenta #FE8BEA

Tints of Pale Magenta #FE8BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.32%

R = 40.51%
G = 22.17%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE8BEA (or 0xFE8BEA) is known color: Pale Magenta. HEX triplet: FE, 8B and EA. RGB value is (254,139,234). Sum of RGB (Red+Green+Blue) = 254+139+234=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 139 (54.69% from 255 or 22.17% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BEA is #017415. Grayscale: #B7B7B7. Windows color (decimal): -95254 or 15371262. OLE color: 15371262.

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

Color convert

RGB 254 139 234 -
CMYK 0 0.45 0.08 0.00
HSL 310.43º 0.98% 0.77% -
HSV(B) 310.43º 0.45% 1% -
XYZ 64.96 45.48 83.2 -
YUV 184.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 254 139 234 0 0.45 0.08 0.00 310.43 0.98 0.77
Hex FE 8B EA 0 2D 8 0 136 62 4D
Octal 376 213 352 0 55 10 0 466 142 115
Binary 11111110 10001011 11101010 0 101101 1000 0 100110110 1100010 1001101

Color Harmonies of #FE8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BEA

Black with #FE8BEA

Text Example


Text Example

White with #FE8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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