#FC9CB7

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

Shades of Illusion #FC9CB7

Tints of Illusion #FC9CB7

Color information

#FC9CB7 (or 0xFC9CB7) is unknown color: approx Illusion. HEX triplet: FC, 9C and B7. RGB value is (252,156,183). Sum of RGB (Red+Green+Blue) = 252+156+183=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CB7 is #036348. Grayscale: #BBBBBB. Windows color (decimal): -222025 or 12033276. OLE color: 12033276.

HSL color Cylindrical-coordinate representation of color #FC9CB7: hue angle of 343.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CB7 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252156183-
CMYK00.380.270.01
HSL343.12º94.12%80%-
HSV(B)343.12º38.1%98.82%-
XYZ60.5847.8950.85-
YUV187.78125.3173.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=42.64%
G=26.40%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215618300.380.270.01343.1294.1280
HexFC9CB70261B11575e50
Octal374234267046331527136120
Binary111111001001110010110111010011011011110101011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CB7; }

 p { color: rgb(252,156,183); }

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

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

 a { background-color: rgb(252,156,183); }

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

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

 span { border-color: rgb(252,156,183); }

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