Html Css Color HEX #FE8BDD Pale Magenta

📋 copy color: '#FE8BDD'

red 254 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #FE8BDD

Tints of Pale Magenta #FE8BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 41.37%
G = 22.64%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE8BDD (or 0xFE8BDD) is known color: Pale Magenta. HEX triplet: FE, 8B and DD. RGB value is (254,139,221). Sum of RGB (Red+Green+Blue) = 254+139+221=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BDD is #017422. Grayscale: #B6B6B6. Windows color (decimal): -95267 or 14519294. OLE color: 14519294.

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

Color convert

RGB 254 139 221 -
CMYK 0 0.45 0.13 0.00
HSL 317.22º 0.98% 0.77% -
HSV(B) 317.22º 0.45% 1% -
XYZ 63.16 44.76 73.72 -
YUV 182.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 254 139 221 0 0.45 0.13 0.00 317.22 0.98 0.77
Hex FE 8B DD 0 2D D 0 13D 62 4D
Octal 376 213 335 0 55 15 0 475 142 115
Binary 11111110 10001011 11011101 0 101101 1101 0 100111101 1100010 1001101

Color Harmonies of #FE8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BDD

Black with #FE8BDD

Text Example


Text Example

White with #FE8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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