#FD86FA

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

Shades of Fuchsia Pink #FD86FA

Tints of Fuchsia Pink #FD86FA

Color information

#FD86FA (or 0xFD86FA) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 86 and FA. RGB value is (253,134,250). Sum of RGB (Red+Green+Blue) = 253+134+250=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 134 (52.73% from 255 or 21.04% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD86FA is #027905. Grayscale: #B6B6B6. Windows color (decimal): -162054 or 16418557. OLE color: 16418557.

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

Color convert

RGB253134250-
CMYK00.470.010.01
HSL301.51º96.75%75.88%-
HSV(B)301.51º47.04%99.22%-
XYZ66.2944.8395.6-
YUV182.8165.92178.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 134 (52.73% from 255) = 21.04%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=39.72%
G=21.04%
B=39.25%

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
Decimal25313425000.470.010.01301.5196.7575.88
HexFD86FA02F1112e614c
Octal37520637205711456141114
Binary11111101100001101111101001011111110010111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD86FA; }

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

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

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

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

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

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

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

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