#FC9BB0

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

Shades of Illusion #FC9BB0

Tints of Illusion #FC9BB0

Color information

#FC9BB0 (or 0xFC9BB0) is unknown color: approx Illusion. HEX triplet: FC, 9B and B0. RGB value is (252,155,176). Sum of RGB (Red+Green+Blue) = 252+155+176=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BB0 is #03644F. Grayscale: #BABABA. Windows color (decimal): -222288 or 11574268. OLE color: 11574268.

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

Color convert

RGB252155176-
CMYK00.380.300.01
HSL347.01º94.17%79.8%-
HSV(B)347.01º38.49%98.82%-
XYZ59.747.2747.05-
YUV186.4122.14174.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=43.22%
G=26.59%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215517600.380.300.01347.0194.1779.8
HexFC9BB00261E115b5e50
Octal374233260046361533136120
Binary111111001001101110110000010011011110110101101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BB0; }

 p { color: rgb(252,155,176); }

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

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

 a { background-color: rgb(252,155,176); }

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

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

 span { border-color: rgb(252,155,176); }

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