#FC8DFC

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

Shades of Fuchsia Pink #FC8DFC

Tints of Fuchsia Pink #FC8DFC

Color information

#FC8DFC (or 0xFC8DFC) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 8D and FC. RGB value is (252,141,252). Sum of RGB (Red+Green+Blue) = 252+141+252=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 141 (55.47% from 255 or 21.86% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC8DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DFC is #037203. Grayscale: #BABABA. Windows color (decimal): -225796 or 16551420. OLE color: 16551420.

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

Color convert

RGB252141252-
CMYK00.4400.01
HSL300º94.87%77.06%-
HSV(B)300º44.05%98.82%-
XYZ67.2446.7797.58-
YUV186.84164.77174.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 141 (55.47% from 255) = 21.86%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=39.07%
G=21.86%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214125200.4400.0130094.8777.06
HexFC8DFC02C0112c5f4d
Octal37421537405401454137115
Binary11111100100011011111110001011000110010110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DFC; }

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

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

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

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

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

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

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

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