Html Css Color HEX #FE90E2 Pale Magenta

📋 copy color: '#FE90E2'

red 254 ◦ green 144 ◦ blue 226

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

Shades of Pale Magenta #FE90E2

Tints of Pale Magenta #FE90E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.22%

R = 40.71%
G = 23.08%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE90E2 (or 0xFE90E2) is known color: Pale Magenta. HEX triplet: FE, 90 and E2. RGB value is (254,144,226). Sum of RGB (Red+Green+Blue) = 254+144+226=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 144 (56.64% from 255 or 23.08% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90E2 is #016F1D. Grayscale: #BABABA. Windows color (decimal): -93982 or 14848254. OLE color: 14848254.

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

Color convert

RGB 254 144 226 -
CMYK 0 0.43 0.11 0.00
HSL 315.27º 0.98% 0.78% -
HSV(B) 315.27º 0.43% 1% -
XYZ 64.57 46.51 77.53 -
YUV 186.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 254 144 226 0 0.43 0.11 0.00 315.27 0.98 0.78
Hex FE 90 E2 0 2B B 0 13B 62 4E
Octal 376 220 342 0 53 13 0 473 142 116
Binary 11111110 10010000 11100010 0 101011 1011 0 100111011 1100010 1001110

Color Harmonies of #FE90E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90E2

Black with #FE90E2

Text Example


Text Example

White with #FE90E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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