#FC97BA

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

Shades of Illusion #FC97BA

Tints of Illusion #FC97BA

Color information

#FC97BA (or 0xFC97BA) is unknown color: approx Illusion. HEX triplet: FC, 97 and BA. RGB value is (252,151,186). Sum of RGB (Red+Green+Blue) = 252+151+186=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC97BA is #036845. Grayscale: #B9B9B9. Windows color (decimal): -223302 or 12228604. OLE color: 12228604.

HSL color Cylindrical-coordinate representation of color #FC97BA: hue angle of 339.21º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC97BA is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252151186-
CMYK00.400.260.01
HSL339.21º94.39%79.02%-
HSV(B)339.21º40.08%98.82%-
XYZ60.0746.3752.24-
YUV185.19128.46175.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=42.78%
G=25.64%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215118600.400.260.01339.2194.3979.02
HexFC97BA0281A11535e4f
Octal374227272050321523136117
Binary111111001001011110111010010100011010110101001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97BA; }

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

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

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

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

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

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

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

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