#FC8FF0

Color #FC8FF0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FC8FF0

Tints of Pale Magenta #FC8FF0

Color information

#FC8FF0 (or 0xFC8FF0) is unknown color: approx Pale Magenta. HEX triplet: FC, 8F and F0. RGB value is (252,143,240). Sum of RGB (Red+Green+Blue) = 252+143+240=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FF0 is #03700F. Grayscale: #BABABA. Windows color (decimal): -225296 or 15765500. OLE color: 15765500.

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

Color convert

RGB252143240-
CMYK00.430.050.01
HSL306.61º94.78%77.45%-
HSV(B)306.61º43.25%98.82%-
XYZ65.746.6387.98-
YUV186.65158.11174.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 143 (56.25% from 255) = 22.52%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=39.69%
G=22.52%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214324000.430.050.01306.6194.7877.45
HexFC8FF002B511335f4d
Octal37421736005351463137115
Binary1111110010001111111100000101011101110011001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FF0; }

 p { color: rgb(252,143,240); }

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

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

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

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

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

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

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