#FC86FD

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

Shades of Fuchsia Pink #FC86FD

Tints of Fuchsia Pink #FC86FD

Color information

#FC86FD (or 0xFC86FD) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 86 and FD. RGB value is (252,134,253). Sum of RGB (Red+Green+Blue) = 252+134+253=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 134 (52.73% from 255 or 20.97% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC86FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86FD is #037902. Grayscale: #B6B6B6. Windows color (decimal): -227587 or 16615164. OLE color: 16615164.

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

Color convert

RGB252134253-
CMYK0.000.4700.01
HSL299.5º96.75%75.88%-
HSV(B)299.5º47.04%99.22%-
XYZ66.444.8498.08-
YUV182.85167.59177.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 134 (52.73% from 255) = 20.97%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=39.44%
G=20.97%
B=39.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521342530.000.4700.01299.596.7575.88
HexFC86FD02F0112b614c
Octal37420637505701453141114
Binary11111100100001101111110101011110110010101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC86FD; }

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

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

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

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

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

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

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

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