#FC8FF4

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

Shades of Pale Magenta #FC8FF4

Tints of Pale Magenta #FC8FF4

Color information

#FC8FF4 (or 0xFC8FF4) is unknown color: approx Pale Magenta. HEX triplet: FC, 8F and F4. RGB value is (252,143,244). Sum of RGB (Red+Green+Blue) = 252+143+244=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 143 (56.25% from 255 or 22.38% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FF4 is #03700B. Grayscale: #BABABA. Windows color (decimal): -225292 or 16027644. OLE color: 16027644.

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

Color convert

RGB252143244-
CMYK00.430.030.01
HSL304.4º94.78%77.45%-
HSV(B)304.4º43.25%98.82%-
XYZ66.346.8791.14-
YUV187.1160.11174.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 143 (56.25% from 255) = 22.38%
BLUE value IS 244 (95.70% from 255) = 38.18%
R=39.44%
G=22.38%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214324400.430.030.01304.494.7877.45
HexFC8FF402B311305f4d
Octal37421736405331460137115
Binary111111001000111111110100010101111110011000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FF4; }

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

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

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

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

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

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

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

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