Html Css Color HEX #FE92E9 Pale Magenta

📋 copy color: '#FE92E9'

red 254 ◦ green 146 ◦ blue 233

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

Shades of Pale Magenta #FE92E9

Tints of Pale Magenta #FE92E9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.06%

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

R = 40.13%
G = 23.06%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE92E9 (or 0xFE92E9) is known color: Pale Magenta. HEX triplet: FE, 92 and E9. RGB value is (254,146,233). Sum of RGB (Red+Green+Blue) = 254+146+233=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 146 (57.42% from 255 or 23.06% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE92E9 is #016D16. Grayscale: #BBBBBB. Windows color (decimal): -93463 or 15307518. OLE color: 15307518.

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

Color convert

RGB 254 146 233 -
CMYK 0 0.43 0.08 0.00
HSL 311.67º 0.98% 0.78% -
HSV(B) 311.67º 0.43% 1% -
XYZ 65.86 47.51 82.79 -
YUV 188.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 254 146 233 0 0.43 0.08 0.00 311.67 0.98 0.78
Hex FE 92 E9 0 2B 8 0 138 62 4E
Octal 376 222 351 0 53 10 0 470 142 116
Binary 11111110 10010010 11101001 0 101011 1000 0 100111000 1100010 1001110

Color Harmonies of #FE92E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92E9

Black with #FE92E9

Text Example


Text Example

White with #FE92E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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