#FC9FB2

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

Shades of Illusion #FC9FB2

Tints of Illusion #FC9FB2

Color information

#FC9FB2 (or 0xFC9FB2) is unknown color: approx Illusion. HEX triplet: FC, 9F and B2. RGB value is (252,159,178). Sum of RGB (Red+Green+Blue) = 252+159+178=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9FB2 is #03604D. Grayscale: #BCBCBC. Windows color (decimal): -221262 or 11706364. OLE color: 11706364.

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

Color convert

RGB252159178-
CMYK00.370.290.01
HSL347.74º93.94%80.59%-
HSV(B)347.74º36.9%98.82%-
XYZ60.5848.7148.33-
YUV188.97121.81172.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 178 (69.92% from 255) = 30.22%
R=42.78%
G=26.99%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215917800.370.290.01347.7493.9480.59
HexFC9FB20251D115c5e51
Octal374237262045351534136121
Binary111111001001111110110010010010111101110101110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FB2; }

 p { color: rgb(252,159,178); }

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

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

 a { background-color: rgb(252,159,178); }

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

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

 span { border-color: rgb(252,159,178); }

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