#FD86FB

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

Shades of Fuchsia Pink #FD86FB

Tints of Fuchsia Pink #FD86FB

Color information

#FD86FB (or 0xFD86FB) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 86 and FB. RGB value is (253,134,251). Sum of RGB (Red+Green+Blue) = 253+134+251=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 134 (52.73% from 255 or 21.00% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD86FB is #027904. Grayscale: #B6B6B6. Windows color (decimal): -162053 or 16484093. OLE color: 16484093.

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

Color convert

RGB253134251-
CMYK00.470.010.01
HSL301.01º96.75%75.88%-
HSV(B)301.01º47.04%99.22%-
XYZ66.4544.996.43-
YUV182.92166.42177.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 134 (52.73% from 255) = 21.00%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=39.66%
G=21.00%
B=39.34%

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
Decimal25313425100.470.010.01301.0196.7575.88
HexFD86FB02F1112d614c
Octal37520637305711455141114
Binary11111101100001101111101101011111110010110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD86FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD86FB; }

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

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

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

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

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

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

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

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