Html Css Color HEX #FE88EA Pale Magenta

📋 copy color: '#FE88EA'

red 254 ◦ green 136 ◦ blue 234

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

Shades of Pale Magenta #FE88EA

Tints of Pale Magenta #FE88EA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 21.79%

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

R = 40.71%
G = 21.79%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE88EA (or 0xFE88EA) is known color: Pale Magenta. HEX triplet: FE, 88 and EA. RGB value is (254,136,234). Sum of RGB (Red+Green+Blue) = 254+136+234=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 136 (53.52% from 255 or 21.79% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE88EA is #017715. Grayscale: #B6B6B6. Windows color (decimal): -96022 or 15370494. OLE color: 15370494.

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

Color convert

RGB 254 136 234 -
CMYK 0 0.46 0.08 0.00
HSL 310.17º 0.98% 0.76% -
HSV(B) 310.17º 0.46% 1% -
XYZ 64.53 44.62 83.05 -
YUV 182.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 254 136 234 0 0.46 0.08 0.00 310.17 0.98 0.76
Hex FE 88 EA 0 2E 8 0 136 62 4C
Octal 376 210 352 0 56 10 0 466 142 114
Binary 11111110 10001000 11101010 0 101110 1000 0 100110110 1100010 1001100

Color Harmonies of #FE88EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE88EA

Black with #FE88EA

Text Example


Text Example

White with #FE88EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE88EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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