#FA97BA

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

Shades of Illusion #FA97BA

Tints of Illusion #FA97BA

Color information

#FA97BA (or 0xFA97BA) is unknown color: approx Illusion. HEX triplet: FA, 97 and BA. RGB value is (250,151,186). Sum of RGB (Red+Green+Blue) = 250+151+186=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97BA is #056845. Grayscale: #B8B8B8. Windows color (decimal): -354374 or 12228602. OLE color: 12228602.

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

Color convert

RGB250151186-
CMYK00.400.260.02
HSL338.79º90.83%78.63%-
HSV(B)338.79º39.6%98.04%-
XYZ59.354652.21-
YUV184.59128.8174.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=42.59%
G=25.72%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015118600.400.260.02338.7990.8378.63
HexFA97BA0281A21535b4f
Octal372227272050322523133117
Binary1111101010010111101110100101000110101010101001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97BA; }

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

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

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

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

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

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

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

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