Html Css Color HEX #FE85E2 Pale Magenta

📋 copy color: '#FE85E2'

red 254 ◦ green 133 ◦ blue 226

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

Shades of Pale Magenta #FE85E2

Tints of Pale Magenta #FE85E2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.7%

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

R = 41.44%
G = 21.7%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE85E2 (or 0xFE85E2) is known color: Pale Magenta. HEX triplet: FE, 85 and E2. RGB value is (254,133,226). Sum of RGB (Red+Green+Blue) = 254+133+226=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85E2 is #017A1D. Grayscale: #B3B3B3. Windows color (decimal): -96798 or 14845438. OLE color: 14845438.

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

Color convert

RGB 254 133 226 -
CMYK 0 0.48 0.11 0.00
HSL 313.88º 0.98% 0.76% -
HSV(B) 313.88º 0.48% 1% -
XYZ 62.99 43.34 77 -
YUV 179.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 254 133 226 0 0.48 0.11 0.00 313.88 0.98 0.76
Hex FE 85 E2 0 30 B 0 13A 62 4C
Octal 376 205 342 0 60 13 0 472 142 114
Binary 11111110 10000101 11100010 0 110000 1011 0 100111010 1100010 1001100

Color Harmonies of #FE85E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85E2

Black with #FE85E2

Text Example


Text Example

White with #FE85E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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