#FE86FF

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

Shades of Fuchsia Pink #FE86FF

Tints of Fuchsia Pink #FE86FF

Color information

#FE86FF (or 0xFE86FF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 86 and FF. RGB value is (254,134,255). Sum of RGB (Red+Green+Blue) = 254+134+255=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 134 (52.73% from 255 or 20.84% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE86FF is #017900. Grayscale: #B7B7B7. Windows color (decimal): -96513 or 16746238. OLE color: 16746238.

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

Color convert

RGB254134255-
CMYK0.000.4700
HSL299.5º100%76.27%-
HSV(B)299.5º47.45%100%-
XYZ67.4545.3499.8-
YUV183.67168.26178.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 134 (52.73% from 255) = 20.84%
BLUE value IS 255 (100% from 255) = 39.66%
R=39.50%
G=20.84%
B=39.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541342550.000.4700299.510076.27
HexFE86FF02F0012c644c
Octal37620637705700454144114
Binary11111110100001101111111101011110010010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE86FF; }

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

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

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

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

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

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

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

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