#FE8CFE

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

Shades of Fuchsia Pink #FE8CFE

Tints of Fuchsia Pink #FE8CFE

Color information

#FE8CFE (or 0xFE8CFE) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 8C and FE. RGB value is (254,140,254). Sum of RGB (Red+Green+Blue) = 254+140+254=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 140 (55.08% from 255 or 21.60% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CFE is #017301. Grayscale: #BABABA. Windows color (decimal): -94978 or 16682238. OLE color: 16682238.

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

Color convert

RGB254140254-
CMYK00.4500.00
HSL300º98.28%77.25%-
HSV(B)300º44.88%99.61%-
XYZ68.1446.9899.24-
YUV187.08165.77175.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 140 (55.08% from 255) = 21.60%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=39.20%
G=21.60%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414025400.4500.0030098.2877.25
HexFE8CFE02D0012c624d
Octal37621437605500454142115
Binary11111110100011001111111001011010010010110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8CFE; }

 p { color: rgb(254,140,254); }

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

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

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

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

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

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

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