#FE8BFC

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

Shades of Fuchsia Pink #FE8BFC

Tints of Fuchsia Pink #FE8BFC

Color information

#FE8BFC (or 0xFE8BFC) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 8B and FC. RGB value is (254,139,252). Sum of RGB (Red+Green+Blue) = 254+139+252=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 139 (54.69% from 255 or 21.55% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BFC is #017403. Grayscale: #B9B9B9. Windows color (decimal): -95236 or 16550910. OLE color: 16550910.

HSL color Cylindrical-coordinate representation of color #FE8BFC: hue angle of 301.04º 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 #FE8BFC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254139252-
CMYK00.450.010.00
HSL301.04º98.29%77.06%-
HSV(B)301.04º45.28%99.61%-
XYZ67.6846.5697.52-
YUV186.27165.1176.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 139 (54.69% from 255) = 21.55%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=39.38%
G=21.55%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413925200.450.010.00301.0498.2977.06
HexFE8BFC02D1012d624d
Octal37621337405510455142115
Binary11111110100010111111110001011011010010110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8BFC; }

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

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

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

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

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

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

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

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