Html Css Color HEX #FE8CE9 Pale Magenta

📋 copy color: '#FE8CE9'

red 254 ◦ green 140 ◦ blue 233

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

Shades of Pale Magenta #FE8CE9

Tints of Pale Magenta #FE8CE9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.33%

 BLUE value IS 233 (91.41% from 255) = 37.16%

R = 40.51%
G = 22.33%
B = 37.16%

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

#FE8CE9 (or 0xFE8CE9) is known color: Pale Magenta. HEX triplet: FE, 8C and E9. RGB value is (254,140,233). Sum of RGB (Red+Green+Blue) = 254+140+233=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CE9 is #017316. Grayscale: #B8B8B8. Windows color (decimal): -94999 or 15305982. OLE color: 15305982.

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

Color convert

RGB 254 140 233 -
CMYK 0 0.45 0.08 0.00
HSL 311.05º 0.98% 0.77% -
HSV(B) 311.05º 0.45% 1% -
XYZ 64.96 45.71 82.49 -
YUV 184.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 254 140 233 0 0.45 0.08 0.00 311.05 0.98 0.77
Hex FE 8C E9 0 2D 8 0 137 62 4D
Octal 376 214 351 0 55 10 0 467 142 115
Binary 11111110 10001100 11101001 0 101101 1000 0 100110111 1100010 1001101

Color Harmonies of #FE8CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8CE9

Black with #FE8CE9

Text Example


Text Example

White with #FE8CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8CE9; }

 p { color: rgb(254,140,233); }

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

background-color css

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

 a { background-color: rgb(254,140,233); }

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

border-color css

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

 span { border-color: rgb(254,140,233); }

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