Html Css Color HEX #FE85EC Pale Magenta

📋 copy color: '#FE85EC'

red 254 ◦ green 133 ◦ blue 236

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

Shades of Pale Magenta #FE85EC

Tints of Pale Magenta #FE85EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 40.77%
G = 21.35%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE85EC (or 0xFE85EC) is known color: Pale Magenta. HEX triplet: FE, 85 and EC. RGB value is (254,133,236). Sum of RGB (Red+Green+Blue) = 254+133+236=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE85EC is #017A13. Grayscale: #B4B4B4. Windows color (decimal): -96788 or 15500798. OLE color: 15500798.

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

Color convert

RGB 254 133 236 -
CMYK 0 0.48 0.07 0.00
HSL 308.93º 0.98% 0.76% -
HSV(B) 308.93º 0.48% 1% -
XYZ 64.4 43.9 84.44 -
YUV 180.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 254 133 236 0 0.48 0.07 0.00 308.93 0.98 0.76
Hex FE 85 EC 0 30 7 0 135 62 4C
Octal 376 205 354 0 60 7 0 465 142 114
Binary 11111110 10000101 11101100 0 110000 111 0 100110101 1100010 1001100

Color Harmonies of #FE85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85EC

Black with #FE85EC

Text Example


Text Example

White with #FE85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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