#FC86FA

Color #FC86FA Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FC86FA

Tints of Fuchsia Pink #FC86FA

Color information

#FC86FA (or 0xFC86FA) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 86 and FA. RGB value is (252,134,250). Sum of RGB (Red+Green+Blue) = 252+134+250=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 134 (52.73% from 255 or 21.07% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86FA is #037905. Grayscale: #B6B6B6. Windows color (decimal): -227590 or 16418556. OLE color: 16418556.

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

Color convert

RGB252134250-
CMYK00.470.010.01
HSL301.02º95.16%75.69%-
HSV(B)301.02º46.83%98.82%-
XYZ65.9344.6595.59-
YUV182.51166.09177.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 134 (52.73% from 255) = 21.07%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=39.62%
G=21.07%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213425000.470.010.01301.0295.1675.69
HexFC86FA02F1112d5f4c
Octal37420637205711455137114
Binary11111100100001101111101001011111110010110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC86FA; }

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

 H1.HeaderClassName
 {
   color: #FC86FA;
 }
 .AnyTagClassName
 {
   color: #FC86FA;
 }
</style>
background-color css

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

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

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

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

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

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