#FC93BA

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

Shades of Illusion #FC93BA

Tints of Illusion #FC93BA

Color information

#FC93BA (or 0xFC93BA) is unknown color: approx Illusion. HEX triplet: FC, 93 and BA. RGB value is (252,147,186). Sum of RGB (Red+Green+Blue) = 252+147+186=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93BA is #036C45. Grayscale: #B6B6B6. Windows color (decimal): -224326 or 12227580. OLE color: 12227580.

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

Color convert

RGB252147186-
CMYK00.420.260.01
HSL337.71º94.59%78.24%-
HSV(B)337.71º41.67%98.82%-
XYZ59.4445.1152.03-
YUV182.84129.79177.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=43.08%
G=25.13%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214718600.420.260.01337.7194.5978.24
HexFC93BA02A1A11525f4e
Octal374223272052321522137116
Binary111111001001001110111010010101011010110101001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93BA; }

 p { color: rgb(252,147,186); }

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

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

 a { background-color: rgb(252,147,186); }

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

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

 span { border-color: rgb(252,147,186); }

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