#FC8FF3

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

Shades of Pale Magenta #FC8FF3

Tints of Pale Magenta #FC8FF3

Color information

#FC8FF3 (or 0xFC8FF3) is unknown color: approx Pale Magenta. HEX triplet: FC, 8F and F3. RGB value is (252,143,243). Sum of RGB (Red+Green+Blue) = 252+143+243=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 143 (56.25% from 255 or 22.41% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FF3 is #03700C. Grayscale: #BABABA. Windows color (decimal): -225293 or 15962108. OLE color: 15962108.

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

Color convert

RGB252143243-
CMYK00.430.040.01
HSL304.95º94.78%77.45%-
HSV(B)304.95º43.25%98.82%-
XYZ66.1546.8190.34-
YUV186.99159.61174.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 143 (56.25% from 255) = 22.41%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=39.50%
G=22.41%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214324300.430.040.01304.9594.7877.45
HexFC8FF302B411315f4d
Octal37421736305341461137115
Binary1111110010001111111100110101011100110011000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FF3; }

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

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

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

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

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

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

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

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