Html Css Color HEX #FE85EE Pale Magenta

📋 copy color: '#FE85EE'

red 254 ◦ green 133 ◦ blue 238

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

Shades of Pale Magenta #FE85EE

Tints of Pale Magenta #FE85EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 40.64%
G = 21.28%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE85EE (or 0xFE85EE) is known color: Pale Magenta. HEX triplet: FE, 85 and EE. RGB value is (254,133,238). Sum of RGB (Red+Green+Blue) = 254+133+238=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE85EE is #017A11. Grayscale: #B4B4B4. Windows color (decimal): -96786 or 15631870. OLE color: 15631870.

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

Color convert

RGB 254 133 238 -
CMYK 0 0.48 0.06 0.00
HSL 307.93º 0.98% 0.76% -
HSV(B) 307.93º 0.48% 1% -
XYZ 64.69 44.02 85.98 -
YUV 181.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 254 133 238 0 0.48 0.06 0.00 307.93 0.98 0.76
Hex FE 85 EE 0 30 6 0 134 62 4C
Octal 376 205 356 0 60 6 0 464 142 114
Binary 11111110 10000101 11101110 0 110000 110 0 100110100 1100010 1001100

Color Harmonies of #FE85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85EE

Black with #FE85EE

Text Example


Text Example

White with #FE85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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