#FC8FB1

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

Shades of Illusion #FC8FB1

Tints of Illusion #FC8FB1

Color information

#FC8FB1 (or 0xFC8FB1) is unknown color: approx Illusion. HEX triplet: FC, 8F and B1. RGB value is (252,143,177). Sum of RGB (Red+Green+Blue) = 252+143+177=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FB1 is #03704E. Grayscale: #B3B3B3. Windows color (decimal): -225359 or 11636732. OLE color: 11636732.

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

Color convert

RGB252143177-
CMYK00.430.300.01
HSL341.28º94.78%77.45%-
HSV(B)341.28º43.25%98.82%-
XYZ57.943.5146.94-
YUV179.47126.61179.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=44.06%
G=25%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214317700.430.300.01341.2894.7877.45
HexFC8FB102B1E11555f4d
Octal374217261053361525137115
Binary111111001000111110110001010101111110110101010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FB1; }

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

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

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

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

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

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

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

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