Html Css Color HEX #FE92EA Pale Magenta

📋 copy color: '#FE92EA'

red 254 ◦ green 146 ◦ blue 234

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

Shades of Pale Magenta #FE92EA

Tints of Pale Magenta #FE92EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 40.06%
G = 23.03%
B = 36.91%

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

#FE92EA (or 0xFE92EA) is known color: Pale Magenta. HEX triplet: FE, 92 and EA. RGB value is (254,146,234). Sum of RGB (Red+Green+Blue) = 254+146+234=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 146 (57.42% from 255 or 23.03% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE92EA is #016D15. Grayscale: #BCBCBC. Windows color (decimal): -93462 or 15373054. OLE color: 15373054.

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

Color convert

RGB 254 146 234 -
CMYK 0 0.43 0.08 0.00
HSL 311.11º 0.98% 0.78% -
HSV(B) 311.11º 0.43% 1% -
XYZ 66 47.57 83.54 -
YUV 188.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 254 146 234 0 0.43 0.08 0.00 311.11 0.98 0.78
Hex FE 92 EA 0 2B 8 0 137 62 4E
Octal 376 222 352 0 53 10 0 467 142 116
Binary 11111110 10010010 11101010 0 101011 1000 0 100110111 1100010 1001110

Color Harmonies of #FE92EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92EA

Black with #FE92EA

Text Example


Text Example

White with #FE92EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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