#FC8BFE

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

Shades of Fuchsia Pink #FC8BFE

Tints of Fuchsia Pink #FC8BFE

Color information

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

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

Color convert

RGB252139254-
CMYK0.010.4500.00
HSL298.96º98.29%77.06%-
HSV(B)298.96º45.28%99.61%-
XYZ67.2746.3299.16-
YUV185.9166.44175.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521392540.010.4500.00298.9698.2977.06
HexFC8BFE12D0012b624d
Octal37421337615500453142115
Binary11111100100010111111111011011010010010101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8BFE; }

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

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

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

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

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

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

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

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