#FC94B7

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

Shades of Illusion #FC94B7

Tints of Illusion #FC94B7

Color information

#FC94B7 (or 0xFC94B7) is unknown color: approx Illusion. HEX triplet: FC, 94 and B7. RGB value is (252,148,183). Sum of RGB (Red+Green+Blue) = 252+148+183=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94B7 is #036B48. Grayscale: #B7B7B7. Windows color (decimal): -224073 or 12031228. OLE color: 12031228.

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

Color convert

RGB252148183-
CMYK00.410.270.01
HSL339.81º94.55%78.43%-
HSV(B)339.81º41.27%98.82%-
XYZ59.2845.2950.42-
YUV183.09127.96177.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 148 (58.20% from 255) = 25.39%
BLUE value IS 183 (71.88% from 255) = 31.39%
R=43.22%
G=25.39%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214818300.410.270.01339.8194.5578.43
HexFC94B70291B11545f4e
Octal374224267051331524137116
Binary111111001001010010110111010100111011110101010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94B7; }

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

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

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

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

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

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

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

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