Html Css Color HEX #FE85E4 Pale Magenta

📋 copy color: '#FE85E4'

red 254 ◦ green 133 ◦ blue 228

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

Shades of Pale Magenta #FE85E4

Tints of Pale Magenta #FE85E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.07%

R = 41.3%
G = 21.63%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE85E4 (or 0xFE85E4) is known color: Pale Magenta. HEX triplet: FE, 85 and E4. RGB value is (254,133,228). Sum of RGB (Red+Green+Blue) = 254+133+228=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85E4 is #017A1B. Grayscale: #B3B3B3. Windows color (decimal): -96796 or 14976510. OLE color: 14976510.

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

Color convert

RGB 254 133 228 -
CMYK 0 0.48 0.10 0.00
HSL 312.89º 0.98% 0.76% -
HSV(B) 312.89º 0.48% 1% -
XYZ 63.26 43.45 78.45 -
YUV 180.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 254 133 228 0 0.48 0.10 0.00 312.89 0.98 0.76
Hex FE 85 E4 0 30 A 0 139 62 4C
Octal 376 205 344 0 60 12 0 471 142 114
Binary 11111110 10000101 11100100 0 110000 1010 0 100111001 1100010 1001100

Color Harmonies of #FE85E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85E4

Black with #FE85E4

Text Example


Text Example

White with #FE85E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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