Html Css Color HEX #FC86EC Pale Magenta

📋 copy color: '#FC86EC'

red 252 ◦ green 134 ◦ blue 236

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

Shades of Pale Magenta #FC86EC

Tints of Pale Magenta #FC86EC

RGB

 RED value IS 252 (98.83% from 255) = 40.51%

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

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

R = 40.51%
G = 21.54%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC86EC (or 0xFC86EC) is known color: Pale Magenta. HEX triplet: FC, 86 and EC. RGB value is (252,134,236). Sum of RGB (Red+Green+Blue) = 252+134+236=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 134 (52.73% from 255 or 21.54% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86EC is #037913. Grayscale: #B4B4B4. Windows color (decimal): -227604 or 15501052. OLE color: 15501052.

HSL color Cylindrical-coordinate representation of color #FC86EC: hue angle of 308.14º degrees, saturation: 0.95, 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 #FC86EC is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 236 -
CMYK 0 0.47 0.06 0.01
HSL 308.14º 0.95% 0.76% -
HSV(B) 308.14º 0.47% 0.99% -
XYZ 63.81 43.8 84.45 -
YUV 180.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 252 134 236 0 0.47 0.06 0.01 308.14 0.95 0.76
Hex FC 86 EC 0 2F 6 1 134 5F 4C
Octal 374 206 354 0 57 6 1 464 137 114
Binary 11111100 10000110 11101100 0 101111 110 1 100110100 1011111 1001100

Color Harmonies of #FC86EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86EC

Black with #FC86EC

Text Example


Text Example

White with #FC86EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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