Html Css Color HEX #FE8ADD Pale Magenta

📋 copy color: '#FE8ADD'

red 254 ◦ green 138 ◦ blue 221

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

Shades of Pale Magenta #FE8ADD

Tints of Pale Magenta #FE8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.51%

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

R = 41.44%
G = 22.51%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE8ADD (or 0xFE8ADD) is known color: Pale Magenta. HEX triplet: FE, 8A and DD. RGB value is (254,138,221). Sum of RGB (Red+Green+Blue) = 254+138+221=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ADD is #017522. Grayscale: #B5B5B5. Windows color (decimal): -95523 or 14519038. OLE color: 14519038.

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

Color convert

RGB 254 138 221 -
CMYK 0 0.46 0.13 0.00
HSL 317.07º 0.98% 0.77% -
HSV(B) 317.07º 0.46% 1% -
XYZ 63.01 44.47 73.67 -
YUV 182.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 254 138 221 0 0.46 0.13 0.00 317.07 0.98 0.77
Hex FE 8A DD 0 2E D 0 13D 62 4D
Octal 376 212 335 0 56 15 0 475 142 115
Binary 11111110 10001010 11011101 0 101110 1101 0 100111101 1100010 1001101

Color Harmonies of #FE8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ADD

Black with #FE8ADD

Text Example


Text Example

White with #FE8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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