Html Css Color HEX #FC86EF Pale Magenta

📋 copy color: '#FC86EF'

red 252 ◦ green 134 ◦ blue 239

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

Shades of Pale Magenta #FC86EF

Tints of Pale Magenta #FC86EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.24%

R = 40.32%
G = 21.44%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC86EF (or 0xFC86EF) is known color: Pale Magenta. HEX triplet: FC, 86 and EF. RGB value is (252,134,239). Sum of RGB (Red+Green+Blue) = 252+134+239=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 134 (52.73% from 255 or 21.44% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86EF is #037910. Grayscale: #B4B4B4. Windows color (decimal): -227601 or 15697660. OLE color: 15697660.

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

Color convert

RGB 252 134 239 -
CMYK 0 0.47 0.05 0.01
HSL 306.61º 0.95% 0.76% -
HSV(B) 306.61º 0.47% 0.99% -
XYZ 64.25 43.98 86.76 -
YUV 181.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 252 134 239 0 0.47 0.05 0.01 306.61 0.95 0.76
Hex FC 86 EF 0 2F 5 1 133 5F 4C
Octal 374 206 357 0 57 5 1 463 137 114
Binary 11111100 10000110 11101111 0 101111 101 1 100110011 1011111 1001100

Color Harmonies of #FC86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86EF

Black with #FC86EF

Text Example


Text Example

White with #FC86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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