#FE8CFF

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

Shades of Fuchsia Pink #FE8CFF

Tints of Fuchsia Pink #FE8CFF

Color information

#FE8CFF (or 0xFE8CFF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 8C and FF. RGB value is (254,140,255). Sum of RGB (Red+Green+Blue) = 254+140+255=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 140 (55.08% from 255 or 21.57% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CFF is #017300. Grayscale: #BABABA. Windows color (decimal): -94977 or 16747774. OLE color: 16747774.

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

Color convert

RGB254140255-
CMYK0.000.4500
HSL299.48º100%77.45%-
HSV(B)299.48º45.1%100%-
XYZ68.347.05100.09-
YUV187.2166.27175.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 140 (55.08% from 255) = 21.57%
BLUE value IS 255 (100% from 255) = 39.29%
R=39.14%
G=21.57%
B=39.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541402550.000.4500299.4810077.45
HexFE8CFF02D0012b644d
Octal37621437705500453144115
Binary11111110100011001111111101011010010010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8CFF; }

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

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

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

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

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

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

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

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