Html Css Color HEX #FE90EC Pale Magenta

📋 copy color: '#FE90EC'

red 254 ◦ green 144 ◦ blue 236

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

Shades of Pale Magenta #FE90EC

Tints of Pale Magenta #FE90EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.71%

 BLUE value IS 236 (92.58% from 255) = 37.22%

R = 40.06%
G = 22.71%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE90EC (or 0xFE90EC) is known color: Pale Magenta. HEX triplet: FE, 90 and EC. RGB value is (254,144,236). Sum of RGB (Red+Green+Blue) = 254+144+236=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 144 (56.64% from 255 or 22.71% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90EC is #016F13. Grayscale: #BBBBBB. Windows color (decimal): -93972 or 15503614. OLE color: 15503614.

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

Color convert

RGB 254 144 236 -
CMYK 0 0.43 0.07 0.00
HSL 309.82º 0.98% 0.78% -
HSV(B) 309.82º 0.43% 1% -
XYZ 65.99 47.07 84.97 -
YUV 187.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 254 144 236 0 0.43 0.07 0.00 309.82 0.98 0.78
Hex FE 90 EC 0 2B 7 0 136 62 4E
Octal 376 220 354 0 53 7 0 466 142 116
Binary 11111110 10010000 11101100 0 101011 111 0 100110110 1100010 1001110

Color Harmonies of #FE90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90EC

Black with #FE90EC

Text Example


Text Example

White with #FE90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90EC; }

 p { color: rgb(254,144,236); }

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

background-color css

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

 a { background-color: rgb(254,144,236); }

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

border-color css

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

 span { border-color: rgb(254,144,236); }

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