Html Css Color HEX #FE90EE Pale Magenta

📋 copy color: '#FE90EE'

red 254 ◦ green 144 ◦ blue 238

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

Shades of Pale Magenta #FE90EE

Tints of Pale Magenta #FE90EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 39.94%
G = 22.64%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE90EE (or 0xFE90EE) is known color: Pale Magenta. HEX triplet: FE, 90 and EE. RGB value is (254,144,238). Sum of RGB (Red+Green+Blue) = 254+144+238=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 144 (56.64% from 255 or 22.64% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90EE is #016F11. Grayscale: #BBBBBB. Windows color (decimal): -93970 or 15634686. OLE color: 15634686.

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

Color convert

RGB 254 144 238 -
CMYK 0 0.43 0.06 0.00
HSL 308.73º 0.98% 0.78% -
HSV(B) 308.73º 0.43% 1% -
XYZ 66.28 47.19 86.5 -
YUV 187.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 254 144 238 0 0.43 0.06 0.00 308.73 0.98 0.78
Hex FE 90 EE 0 2B 6 0 135 62 4E
Octal 376 220 356 0 53 6 0 465 142 116
Binary 11111110 10010000 11101110 0 101011 110 0 100110101 1100010 1001110

Color Harmonies of #FE90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90EE

Black with #FE90EE

Text Example


Text Example

White with #FE90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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