#FC94B0

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

Shades of Illusion #FC94B0

Tints of Illusion #FC94B0

Color information

#FC94B0 (or 0xFC94B0) is unknown color: approx Illusion. HEX triplet: FC, 94 and B0. RGB value is (252,148,176). Sum of RGB (Red+Green+Blue) = 252+148+176=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC94B0 is #036B4F. Grayscale: #B6B6B6. Windows color (decimal): -224080 or 11572476. OLE color: 11572476.

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

Color convert

RGB252148176-
CMYK00.410.300.01
HSL343.85º94.55%78.43%-
HSV(B)343.85º41.27%98.82%-
XYZ58.5745.0146.68-
YUV182.29124.46177.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=43.75%
G=25.69%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214817600.410.300.01343.8594.5578.43
HexFC94B00291E11585f4e
Octal374224260051361530137116
Binary111111001001010010110000010100111110110101100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94B0; }

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

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

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

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

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

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

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

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