#FC9FB3

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

Shades of Illusion #FC9FB3

Tints of Illusion #FC9FB3

Color information

#FC9FB3 (or 0xFC9FB3) is unknown color: approx Illusion. HEX triplet: FC, 9F and B3. RGB value is (252,159,179). Sum of RGB (Red+Green+Blue) = 252+159+179=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FB3 is #03604C. Grayscale: #BDBDBD. Windows color (decimal): -221261 or 11771900. OLE color: 11771900.

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

Color convert

RGB252159179-
CMYK00.370.290.01
HSL347.1º93.94%80.59%-
HSV(B)347.1º36.9%98.82%-
XYZ60.6848.7548.86-
YUV189.09122.31172.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=42.71%
G=26.95%
B=30.34%

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
Decimal25215917900.370.290.01347.193.9480.59
HexFC9FB30251D115b5e51
Octal374237263045351533136121
Binary111111001001111110110011010010111101110101101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FB3; }

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

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

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

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

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

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

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

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