#FC88E4

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

Shades of Pale Magenta #FC88E4

Tints of Pale Magenta #FC88E4

Color information

#FC88E4 (or 0xFC88E4) is unknown color: approx Pale Magenta. HEX triplet: FC, 88 and E4. RGB value is (252,136,228). Sum of RGB (Red+Green+Blue) = 252+136+228=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 136 (53.52% from 255 or 22.08% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88E4 is #03771B. Grayscale: #B4B4B4. Windows color (decimal): -227100 or 14977276. OLE color: 14977276.

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

Color convert

RGB252136228-
CMYK00.460.100.01
HSL312.41º95.08%76.08%-
HSV(B)312.41º46.03%98.82%-
XYZ62.9543.9178.56-
YUV181.17154.43178.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 136 (53.52% from 255) = 22.08%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=40.91%
G=22.08%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213622800.460.100.01312.4195.0876.08
HexFC88E402EA11385f4c
Octal374210344056121470137114
Binary11111100100010001110010001011101010110011100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC88E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC88E4; }

 p { color: rgb(252,136,228); }

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

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

 a { background-color: rgb(252,136,228); }

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

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

 span { border-color: rgb(252,136,228); }

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