#FE8DFC

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

Shades of Fuchsia Pink #FE8DFC

Tints of Fuchsia Pink #FE8DFC

Color information

#FE8DFC (or 0xFE8DFC) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 8D and FC. RGB value is (254,141,252). Sum of RGB (Red+Green+Blue) = 254+141+252=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 141 (55.47% from 255 or 21.79% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DFC is #017203. Grayscale: #BBBBBB. Windows color (decimal): -94724 or 16551422. OLE color: 16551422.

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

Color convert

RGB254141252-
CMYK00.440.010.00
HSL301.06º98.26%77.45%-
HSV(B)301.06º44.49%99.61%-
XYZ67.9747.1597.61-
YUV187.44164.44175.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 141 (55.47% from 255) = 21.79%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=39.26%
G=21.79%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414125200.440.010.00301.0698.2677.45
HexFE8DFC02C1012d624d
Octal37621537405410455142115
Binary11111110100011011111110001011001010010110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8DFC; }

 p { color: rgb(254,141,252); }

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

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

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

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

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

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

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