#FB86FC

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

Shades of Fuchsia Pink #FB86FC

Tints of Fuchsia Pink #FB86FC

Color information

#FB86FC (or 0xFB86FC) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 86 and FC. RGB value is (251,134,252). Sum of RGB (Red+Green+Blue) = 251+134+252=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 134 (52.73% from 255 or 21.04% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB86FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB86FC is #047903. Grayscale: #B6B6B6. Windows color (decimal): -293124 or 16549627. OLE color: 16549627.

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

Color convert

RGB251134252-
CMYK0.000.4700.01
HSL299.49º95.16%75.69%-
HSV(B)299.49º46.83%98.82%-
XYZ65.8844.5997.23-
YUV182.44167.26176.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 134 (52.73% from 255) = 21.04%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=39.40%
G=21.04%
B=39.56%

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
Decimal2511342520.000.4700.01299.4995.1675.69
HexFB86FC02F0112b5f4c
Octal37320637405701453137114
Binary11111011100001101111110001011110110010101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB86FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB86FC; }

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

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

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

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

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

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

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

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