Html Css Color HEX #FE8BDA Pale Magenta

📋 copy color: '#FE8BDA'

red 254 ◦ green 139 ◦ blue 218

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

Shades of Pale Magenta #FE8BDA

Tints of Pale Magenta #FE8BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 41.57%
G = 22.75%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE8BDA (or 0xFE8BDA) is known color: Pale Magenta. HEX triplet: FE, 8B and DA. RGB value is (254,139,218). Sum of RGB (Red+Green+Blue) = 254+139+218=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BDA is #017425. Grayscale: #B6B6B6. Windows color (decimal): -95270 or 14322686. OLE color: 14322686.

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

Color convert

RGB 254 139 218 -
CMYK 0 0.45 0.14 0.00
HSL 318.78º 0.98% 0.77% -
HSV(B) 318.78º 0.45% 1% -
XYZ 62.76 44.6 71.63 -
YUV 182.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 254 139 218 0 0.45 0.14 0.00 318.78 0.98 0.77
Hex FE 8B DA 0 2D E 0 13F 62 4D
Octal 376 213 332 0 55 16 0 477 142 115
Binary 11111110 10001011 11011010 0 101101 1110 0 100111111 1100010 1001101

Color Harmonies of #FE8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BDA

Black with #FE8BDA

Text Example


Text Example

White with #FE8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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