#FC9BB5

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

Shades of Illusion #FC9BB5

Tints of Illusion #FC9BB5

Color information

#FC9BB5 (or 0xFC9BB5) is unknown color: approx Illusion. HEX triplet: FC, 9B and B5. RGB value is (252,155,181). Sum of RGB (Red+Green+Blue) = 252+155+181=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BB5 is #03644A. Grayscale: #BABABA. Windows color (decimal): -222283 or 11901948. OLE color: 11901948.

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

Color convert

RGB252155181-
CMYK00.380.280.01
HSL343.92º94.17%79.8%-
HSV(B)343.92º38.49%98.82%-
XYZ60.2147.4749.71-
YUV186.97124.64174.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=42.86%
G=26.36%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215518100.380.280.01343.9294.1779.8
HexFC9BB50261C11585e50
Octal374233265046341530136120
Binary111111001001101110110101010011011100110101100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BB5; }

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

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

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

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

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

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

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

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