Html Css Color HEX #FE93EF Pale Magenta

📋 copy color: '#FE93EF'

red 254 ◦ green 147 ◦ blue 239

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

Shades of Pale Magenta #FE93EF

Tints of Pale Magenta #FE93EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.97%

 BLUE value IS 239 (93.75% from 255) = 37.34%

R = 39.69%
G = 22.97%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE93EF (or 0xFE93EF) is known color: Pale Magenta. HEX triplet: FE, 93 and EF. RGB value is (254,147,239). Sum of RGB (Red+Green+Blue) = 254+147+239=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 147 (57.81% from 255 or 22.97% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93EF is #016C10. Grayscale: #BDBDBD. Windows color (decimal): -93201 or 15700990. OLE color: 15700990.

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

Color convert

RGB 254 147 239 -
CMYK 0 0.42 0.06 0.00
HSL 308.41º 0.98% 0.79% -
HSV(B) 308.41º 0.42% 1% -
XYZ 66.89 48.17 87.43 -
YUV 189.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 254 147 239 0 0.42 0.06 0.00 308.41 0.98 0.79
Hex FE 93 EF 0 2A 6 0 134 62 4F
Octal 376 223 357 0 52 6 0 464 142 117
Binary 11111110 10010011 11101111 0 101010 110 0 100110100 1100010 1001111

Color Harmonies of #FE93EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93EF

Black with #FE93EF

Text Example


Text Example

White with #FE93EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93EF; }

 p { color: rgb(254,147,239); }

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

background-color css

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

 a { background-color: rgb(254,147,239); }

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

border-color css

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

 span { border-color: rgb(254,147,239); }

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