#FC88F3

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

Shades of Pale Magenta #FC88F3

Tints of Pale Magenta #FC88F3

Color information

#FC88F3 (or 0xFC88F3) is unknown color: approx Pale Magenta. HEX triplet: FC, 88 and F3. RGB value is (252,136,243). Sum of RGB (Red+Green+Blue) = 252+136+243=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 136 (53.52% from 255 or 21.55% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC88F3 is #03770C. Grayscale: #B6B6B6. Windows color (decimal): -227085 or 15960316. OLE color: 15960316.

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

Color convert

RGB252136243-
CMYK00.460.040.01
HSL304.66º95.08%76.08%-
HSV(B)304.66º46.03%98.82%-
XYZ65.1344.7790-
YUV182.88161.93177.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 136 (53.52% from 255) = 21.55%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=39.94%
G=21.55%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213624300.460.040.01304.6695.0876.08
HexFC88F302E411315f4c
Octal37421036305641461137114
Binary1111110010001000111100110101110100110011000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC88F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC88F3; }

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

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

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

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

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

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

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

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