Html Css Color HEX #FE8FE0 Pale Magenta

📋 copy color: '#FE8FE0'

red 254 ◦ green 143 ◦ blue 224

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

Shades of Pale Magenta #FE8FE0

Tints of Pale Magenta #FE8FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.03%

 BLUE value IS 224 (87.89% from 255) = 36.07%

R = 40.9%
G = 23.03%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE8FE0 (or 0xFE8FE0) is known color: Pale Magenta. HEX triplet: FE, 8F and E0. RGB value is (254,143,224). Sum of RGB (Red+Green+Blue) = 254+143+224=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FE0 is #01701F. Grayscale: #B9B9B9. Windows color (decimal): -94240 or 14716926. OLE color: 14716926.

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

Color convert

RGB 254 143 224 -
CMYK 0 0.44 0.12 0.00
HSL 316.22º 0.98% 0.78% -
HSV(B) 316.22º 0.44% 1% -
XYZ 64.15 46.1 76.04 -
YUV 185.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 254 143 224 0 0.44 0.12 0.00 316.22 0.98 0.78
Hex FE 8F E0 0 2C C 0 13C 62 4E
Octal 376 217 340 0 54 14 0 474 142 116
Binary 11111110 10001111 11100000 0 101100 1100 0 100111100 1100010 1001110

Color Harmonies of #FE8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FE0

Black with #FE8FE0

Text Example


Text Example

White with #FE8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FE0; }

 p { color: rgb(254,143,224); }

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

background-color css

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

 a { background-color: rgb(254,143,224); }

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

border-color css

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

 span { border-color: rgb(254,143,224); }

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