#FC8FED

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

Shades of Pale Magenta #FC8FED

Tints of Pale Magenta #FC8FED

Color information

#FC8FED (or 0xFC8FED) is unknown color: approx Pale Magenta. HEX triplet: FC, 8F and ED. RGB value is (252,143,237). Sum of RGB (Red+Green+Blue) = 252+143+237=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FED is #037012. Grayscale: #BABABA. Windows color (decimal): -225299 or 15568892. OLE color: 15568892.

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

Color convert

RGB252143237-
CMYK00.430.060.01
HSL308.26º94.78%77.45%-
HSV(B)308.26º43.25%98.82%-
XYZ65.2546.4585.65-
YUV186.31156.61174.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 143 (56.25% from 255) = 22.63%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=39.87%
G=22.63%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214323700.430.060.01308.2694.7877.45
HexFC8FED02B611345f4d
Octal37421735505361464137115
Binary1111110010001111111011010101011110110011010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FED; }

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

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

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

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

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

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

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

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