Html Css Color HEX #FD86EC Pale Magenta

📋 copy color: '#FD86EC'

red 253 ◦ green 134 ◦ blue 236

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

Shades of Pale Magenta #FD86EC

Tints of Pale Magenta #FD86EC

RGB

 RED value IS 253 (99.22% from 255) = 40.61%

 GREEN value IS 134 (52.73% from 255) = 21.51%

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

R = 40.61%
G = 21.51%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD86EC (or 0xFD86EC) is known color: Pale Magenta. HEX triplet: FD, 86 and EC. RGB value is (253,134,236). Sum of RGB (Red+Green+Blue) = 253+134+236=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD86EC is #027913. Grayscale: #B4B4B4. Windows color (decimal): -162068 or 15501053. OLE color: 15501053.

HSL color Cylindrical-coordinate representation of color #FD86EC: hue angle of 308.57º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD86EC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 134 236 -
CMYK 0 0.47 0.07 0.01
HSL 308.57º 0.97% 0.76% -
HSV(B) 308.57º 0.47% 0.99% -
XYZ 64.17 43.99 84.47 -
YUV 181.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 253 134 236 0 0.47 0.07 0.01 308.57 0.97 0.76
Hex FD 86 EC 0 2F 7 1 135 61 4C
Octal 375 206 354 0 57 7 1 465 141 114
Binary 11111101 10000110 11101100 0 101111 111 1 100110101 1100001 1001100

Color Harmonies of #FD86EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86EC

Black with #FD86EC

Text Example


Text Example

White with #FD86EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86EC; }

 p { color: rgb(253,134,236); }

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

background-color css

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

 a { background-color: rgb(253,134,236); }

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

border-color css

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

 span { border-color: rgb(253,134,236); }

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