#FC8AFD

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

Shades of Fuchsia Pink #FC8AFD

Tints of Fuchsia Pink #FC8AFD

Color information

#FC8AFD (or 0xFC8AFD) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 8A and FD. RGB value is (252,138,253). Sum of RGB (Red+Green+Blue) = 252+138+253=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 138 (54.30% from 255 or 21.46% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AFD is #037502. Grayscale: #B8B8B8. Windows color (decimal): -226563 or 16616188. OLE color: 16616188.

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

Color convert

RGB252138253-
CMYK0.000.4500.01
HSL299.48º96.64%76.67%-
HSV(B)299.48º45.45%99.22%-
XYZ66.9645.9698.27-
YUV185.2166.27175.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 138 (54.30% from 255) = 21.46%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=39.19%
G=21.46%
B=39.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521382530.000.4500.01299.4896.6476.67
HexFC8AFD02D0112b614d
Octal37421237505501453141115
Binary11111100100010101111110101011010110010101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AFD; }

 p { color: rgb(252,138,253); }

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

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

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

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

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

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

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