#FE86FA

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

Shades of Fuchsia Pink #FE86FA

Tints of Fuchsia Pink #FE86FA

Color information

#FE86FA (or 0xFE86FA) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 86 and FA. RGB value is (254,134,250). Sum of RGB (Red+Green+Blue) = 254+134+250=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 134 (52.73% from 255 or 21.00% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE86FA is #017905. Grayscale: #B6B6B6. Windows color (decimal): -96518 or 16418558. OLE color: 16418558.

HSL color Cylindrical-coordinate representation of color #FE86FA: hue angle of 302º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86FA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254134250-
CMYK00.470.020.00
HSL302º98.36%76.08%-
HSV(B)302º47.24%99.61%-
XYZ66.6545.0295.62-
YUV183.1165.76178.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 134 (52.73% from 255) = 21.00%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=39.81%
G=21.00%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413425000.470.020.0030298.3676.08
HexFE86FA02F2012e624c
Octal37620637205720456142114
Binary111111101000011011111010010111110010010111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE86FA; }

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

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

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

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

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

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

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

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